UI界面变更
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user