Commit 762818f2 authored by wends's avatar wends

update sass style

parent 85ab5e5c
......@@ -299,7 +299,7 @@ export default {
border-right: none;
}
.box-card{
>>> .el-card__body{
::v-deep .el-card__body{
min-height: calc(100vh - 150px);
}
}
......
......@@ -396,7 +396,7 @@ export default {
font-size: 14px;
}
.box-card{
>>> .el-card__body{
::v-deep .el-card__body{
height: calc(100vh - 150px);
overflow: scroll;
}
......@@ -412,7 +412,7 @@ export default {
line-height: 28px;
cursor: default;
}
>>> .el-button{
::v-deep .el-button{
padding-top: 6px;
padding-bottom: 6px;
}
......
......@@ -477,7 +477,7 @@ export default {
border-right: none;
}
.box-card{
>>> .el-card__body{
::v-deep .el-card__body{
min-height: calc(100vh - 150px);
}
}
......
......@@ -157,7 +157,7 @@ export default {
border-right: none
}
.box-card{
>>> .el-card__body{
::v-deep .el-card__body{
min-height: calc(100vh - 150px);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment