[update] 修改bug78438

This commit is contained in:
lideqin
2023-11-10 17:47:54 +08:00
parent 05be2f29bb
commit 309eae8a43
+2 -2
View File
@@ -19,10 +19,10 @@
</a-col>
<a-col :span="8">
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button type="primary" @click="searchReset" icon="reload" ghost>{{ $t('reset') }}</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px">
{{ $t('query') }}
</a-button>
<a-button type="primary" @click="searchReset" icon="reload" ghost>{{ $t('reset') }}</a-button>
</span>
</a-col>
</a-row>
@@ -284,4 +284,4 @@ export default {
/deep/ .ant-form-item-label {
min-width: 70px !important;
}
</style>
</style>