Explorar el Código

feat: 固定办事处筛选下拉框宽度

lanjianrong hace 1 año
padre
commit
66e63af66d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/dashboard/workbench/index.vue

+ 1 - 0
src/views/dashboard/workbench/index.vue

@@ -15,6 +15,7 @@
           <a-select
             :options="options"
             placeholder="按办事处筛选"
+            style="width: 126px"
             @select="value => setSelectedKeys([value])"
             allowclear
           />