Commit b7907059 authored by “lixuyan”'s avatar “lixuyan”

修改样式

parent 0978745d
...@@ -274,6 +274,11 @@ export default { ...@@ -274,6 +274,11 @@ export default {
} }
.dee-panel{ .dee-panel{
height: 100% !important; height: 100% !important;
.el-tabs {
.el-tabs__content{
height: calc(100% - 30px) !important;
}
}
} }
.color{ .color{
&.Not{ &.Not{
......
...@@ -369,7 +369,7 @@ export default { ...@@ -369,7 +369,7 @@ export default {
} }
} }
.station-box { .station-box {
height: calc(100% - 150px); height: calc(100% - 190px);
} }
.box { .box {
width: 100%; width: 100%;
...@@ -457,7 +457,7 @@ export default { ...@@ -457,7 +457,7 @@ export default {
} }
} }
.right-container { .right-container {
width: 80%; width: 82%;
margin-left: 20px; margin-left: 20px;
} }
} }
......
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