소스 검색

下拉框位置调整

zpf 1 년 전
부모
커밋
544dcf8999
4개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/cockpit/bjxm.vue
  2. 1 1
      src/views/cockpit/gdbh.vue
  3. 6 0
      src/views/cockpit/stxf.vue
  4. 1 1
      src/views/cockpit/tdsc.vue

+ 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 {