Browse Source

高级筛选样式修改

jbb 1 year ago
parent
commit
fafa7c2dd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/process-center/applyListByTableName.vue

+ 1 - 1
src/views/process-center/applyListByTableName.vue

@@ -46,7 +46,7 @@
             </a-form-item>
           </a-col>
           <!-- 查询 重置 -->
-          <a-col :md="6" :sm="12">
+          <a-col :md="12" :sm="12">
             
             <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
             <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px;">重置</a-button>