Sfoglia il codice sorgente

登录添加工位类型

qinhb 1 anno fa
parent
commit
9ff3a6c4ce
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/system/dict/index.vue

+ 1 - 0
src/views/system/dict/index.vue

@@ -192,6 +192,7 @@ onMounted?.(() => {
             v-model="queryParams.keywords"
             placeholder="字典类型名称/编码"
             clearable
+            style="width: 200px"
             @keyup.enter="handleQuery"
           />
         </el-form-item>