Sfoglia il codice sorgente

车辆管理首次进入页面输入框边框修改为白色

liangjiahao 3 anni fa
parent
commit
7ea0bac980

+ 2 - 0
src/views/militaryvehicleManagement/driver/index.vue

@@ -700,6 +700,8 @@ export default {
   height: 36px; */
   background: transparent;
   color: #fff;
+  border: 1px solid white !important;
+
 }
 /* 单位框背景颜色 */
 ::v-deep .vue-treeselect__control {

+ 2 - 0
src/views/militaryvehicleManagement/privateAccessLog/index.vue

@@ -619,6 +619,8 @@ export default {
   height: 36px; */
   background: transparent;
   color: #fff;
+  border: 1px solid white !important;
+
 }
 /* 单位框背景颜色 */
 ::v-deep .vue-treeselect__control {

+ 1 - 0
src/views/militaryvehicleManagement/privateCar/index.vue

@@ -561,6 +561,7 @@ export default {
   height: 36px; */
   background: transparent;
   color: #fff;
+   border: 1px solid white !important;
 }
 /* 单位框背景颜色 */
 ::v-deep .vue-treeselect__control {

+ 1 - 0
src/views/militaryvehicleManagement/thebus/index.vue

@@ -849,6 +849,7 @@ export default {
   height: 36px; */
   background: transparent;
   color: #fff;
+  border: 1px solid white !important;
 }
 /* 单位框背景颜色 */
 ::v-deep .vue-treeselect__control {

+ 2 - 0
src/views/militaryvehicleManagement/thebusAccessLog/index.vue

@@ -534,6 +534,8 @@ export default {
   height: 36px; */
   background: transparent;
   color: #fff;
+  border: 1px solid white !important;
+
 }
 /* 单位框背景颜色 */
 ::v-deep .vue-treeselect__control {

+ 1 - 1
src/views/militaryvehicleManagement/thebusApply/index.vue

@@ -252,7 +252,7 @@
         label="操作"
         align="center"
         class-name="small-padding fixed-width"
-        width="200"
+        width="120"
         fixed="right"
       >
         <template slot-scope="scope">

+ 2 - 0
src/views/militaryvehicleManagement/thebusConfig/index.vue

@@ -565,6 +565,8 @@ export default {
   height: 36px; */
   background: transparent;
   color: #fff;
+  border: 1px solid white !important;
+
 }
 /* 单位框背景颜色 */
 ::v-deep .vue-treeselect__control {

+ 1 - 0
src/views/militaryvehicleManagement/thebusList/index.vue

@@ -575,6 +575,7 @@ export default {
   height: 36px; */
   background: transparent;
   color: #fff;
+   border: 1px solid white !important;
 }
 /* 单位框背景颜色 */
 ::v-deep .vue-treeselect__control {