7fb2a076 by zhaoqian

同意水平线的问题

1 parent 70b2a021
......@@ -34,12 +34,15 @@
<style scoped lang="less">
.el-tabs{
height: calc(100% - 50px);
/deep/.el-tabs__content{
height: 100%;
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
}
/deep/.el-tabs__content{
height: 100%;
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
}
/deep/ .el-tabs__item {
height: 48px;
}
}
</style>
\ No newline at end of file
......
......@@ -171,6 +171,9 @@
height: 100%;
}
background: #eaedf5;
/deep/ .el-tabs__item {
height: 48px;
}
}
.main {
width: 100%;
......
......@@ -68,5 +68,8 @@ export default {
}
background: #eaedf5;
}
/deep/ .el-tabs__item {
height: 48px;
}
}
</style>
......
......@@ -239,6 +239,9 @@
height: 100%;
}
background: #eaedf5;
/deep/ .el-tabs__item {
height: 48px;
}
}
.main {
width: 100%;
......
......@@ -197,6 +197,9 @@
}
background: #eaedf5;
}
/deep/ .el-tabs__item {
height: 48px;
}
.main {
width: 100%;
height: 100%;
......