UI界面变更

This commit is contained in:
刘彦泽
2022-12-02 13:36:24 +08:00
parent 1944cd5122
commit 31bcf72d31
23 changed files with 104 additions and 56 deletions
@@ -12,7 +12,8 @@
</template>
<a-button-group>
<a-button type="primary" @click="handleOpen" style="margin-right: 8px;height: 38px">
<a-icon type="appstore" theme="twoTone" spin/>
<!-- <a-icon type="appstore" theme="twoTone" spin/>-->
<a-icon type="filter" theme="filled"/>
<span>{{$t('advancedQuery')}}</span>
</a-button>
<a-button style="margin-right: 8px;height: 38px" v-if="izMobile" type="primary" icon="delete" @click="handleReset"/>
@@ -21,7 +22,7 @@
<a-button v-else style="margin-right: 8px;height: 38px" type="primary" icon="filter" @click="handleOpen">{{$t('advancedQuery')}}</a-button>
</slot>
<j-modal
:title="$t('advancedQuery')+$t('constructor')"
:title="$t('advancedQuery')"
:width="1000"
:maskClosable="false"
:visible="visible"
@@ -687,6 +688,7 @@
height: 80px;
line-height: 80px;
margin-bottom: 0;
margin-top: 10px;
}
/deep/ img {