Browse Source

style: 修改组件库的el-tabs的下边框样式

wu.jian2 2 years ago
parent
commit
13b36de4f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue

+ 1 - 1
data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue

@@ -671,7 +671,7 @@ export default {
 
   ::v-deep .el-tabs__nav-wrap{
     &:after{
-      background-color: var(--bs-background-1);
+      display: none;
     }
   }
 </style>