Explorar o código

搜索输入框样式修改

zhongxiaoyu %!s(int64=3) %!d(string=hai) anos
pai
achega
958913914d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/views/advancedQuery/views/advancedHome.vue

+ 4 - 0
src/views/advancedQuery/views/advancedHome.vue

@@ -24,6 +24,7 @@
       </div>
       <Search
         ref="search"
+        class="advanced-search"
         :is-title="false"
         :is-slot="true"
         @getSearchData="getSearchData"
@@ -811,6 +812,9 @@ export default {
     }
   }
 }
+::v-deep .advanced-search .el-input .el-input__suffix {
+  top: -30%;
+}
 .advance__table {
   width: 100%;
   ::v-deep .table {