Commit 9c98d904f4f6d2d958db1406ac5a9511df9017ad
1 parent
3c9fe9f6
公共样式优化
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-vue-jeecg/src/components/jeecgbiz/JSelectBizComponent/JSelectBizComponentModal.vue
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | <j-select-biz-query-item v-if="queryConfig.length>0" v-show="showMoreQueryItems" :queryParam="queryParam" :queryConfig="queryConfig" @pressEnter="searchQuery"/> |
22 | 22 | <!-- 按钮 --> |
23 | 23 | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
24 | - <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> | |
24 | + <a-button type="primary" @click="searchReset" icon="reload" style="margin:0px 0px 12px 8px">重置</a-button> | |
25 | 25 | <a v-if="queryConfig.length>0" @click="showMoreQueryItems=!showMoreQueryItems" style="margin-left: 8px"> |
26 | 26 | {{ showMoreQueryItems ? '收起' : '展开' }} |
27 | 27 | <a-icon :type="showMoreQueryItems ? 'up' : 'down'"/> |
... | ... |