|
@@ -361,11 +361,11 @@ export default {
|
|
|
/*elm-tabs 默认样式处理*/
|
|
|
/deep/ .el-tabs__nav-wrap::after {
|
|
|
display: none;
|
|
|
- bottom: 5px;
|
|
|
+ //bottom: 5px;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-tabs__active-bar {
|
|
|
- bottom: 5px;
|
|
|
+ //bottom: 5px;
|
|
|
}
|
|
|
.isBar{
|
|
|
/deep/ .el-tabs__nav-wrap::after {
|
|
@@ -373,11 +373,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
/deep/ .el-tabs__header {
|
|
|
- margin-bottom: 5px;
|
|
|
+ //margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-tabs__item {
|
|
|
- padding: 0 10px;
|
|
|
+ //padding: 0 10px;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-tabs__content {
|