asd26269546 1 рік тому
батько
коміт
d1c1107a9c

+ 8 - 3
src/assets/styles/element-ui.scss

@@ -157,7 +157,12 @@
   color:#606266!important;
 }
 
-.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{
-  color:#999!important;
-  -webkit-text-fill-color:#999!important;
+.el-input.is-disabled .el-input__inner::placeholder{
+  color:#c2bdbd!important;
+  -webkit-text-fill-color:#c2bdbd!important;
+}
+
+.is-disabled .el-textarea__inner::placeholder{
+  color:#c2bdbd!important;
+  -webkit-text-fill-color:#c2bdbd!important;
 }

+ 1 - 3
src/views/dataBoard/board/customerAnalysis/index.vue

@@ -6,13 +6,11 @@
           <el-select
             v-model="queryForm.countryId"
             placeholder="请选择"
-            clearable
-            filterable
             @change="onQuery"
           >
             <el-option
               v-for="item in countryData"
-              :label="item.name"
+              :label="item.chineseName"
               :value="item.id"
               :key="item.id"
             >