소스 검색

style:新增编辑分组输入框样式

yangfeng 6 달 전
부모
커밋
091ba61b85
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      apps/bigmember_pc/src/composables/quick-monitor/component/MonitorGroup.vue

+ 2 - 1
apps/bigmember_pc/src/composables/quick-monitor/component/MonitorGroup.vue

@@ -385,6 +385,7 @@ defineExpose({
         padding: 0 12px;
         height: 30px;
         line-height: 30px;
+        color: #1d1d1d;
       }
       &.input-bg {
         background: #fff;
@@ -400,7 +401,7 @@ defineExpose({
       }
     }
     .el-input__count-inner {
-      background: transparent;
+      background: transparent !important;
     }
     .already-count {
       color: $color_main;