Browse Source

下拉框位置调整

zpf 11 months ago
parent
commit
544dcf8999

+ 1 - 1
src/views/cockpit/bjxm.vue

@@ -440,7 +440,7 @@ export default {
   position: absolute;
   right: 0;
   bottom: 9px;
-  right: 21px;
+  right: 8px;
   z-index: 100;
 
   /deep/ .el-input__inner {

+ 1 - 1
src/views/cockpit/gdbh.vue

@@ -793,7 +793,7 @@ export default {
 
 .selectTab {
   position: absolute;
-  right: 48px;
+  right: 22px;
   bottom: 111px;
   z-index: 1;
 

+ 6 - 0
src/views/cockpit/stxf.vue

@@ -339,4 +339,10 @@ export default {
 
   }
 }
+
+.selectTab {
+  position: absolute;
+  bottom: 8px;
+  right: 11px;
+}
 </style>

+ 1 - 1
src/views/cockpit/tdsc.vue

@@ -190,7 +190,7 @@ export default {
 
 .selectTab {
   position: absolute;
-  right: 0;
+  right: 4px;
   bottom: 9px;
 
   /deep/ .el-input__inner {