Parcourir la source

下拉框样式修改

zhulizhen1111 il y a 4 ans
Parent
commit
3247a3c2e3
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      src/views/equipment/index.vue

+ 12 - 0
src/views/equipment/index.vue

@@ -343,4 +343,16 @@ export default {
         white-space: nowrap;
     }
 }
+#equipment {
+    //meri-design组件select的字体颜色
+    /deep/ .p-select-fakePlaceholder {
+        span {
+            span {
+                color: #606266 !important;
+                font-size: 13px;
+                font-weight: normal;
+            }
+        }
+    }
+}
 </style>