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 {
|
||||
|
||||
@@ -31,9 +31,11 @@
|
||||
</a-spin>
|
||||
</template>
|
||||
<span @click="fetchNotice" class="header-notice">
|
||||
<a-tooltip placement="bottomRight" :title="$t('MessageCenter')">
|
||||
<a-badge :count="msgTotal">
|
||||
<a-icon style="font-size: 16px; padding: 4px" type="bell"/>
|
||||
</a-badge>
|
||||
</a-tooltip>
|
||||
</span>
|
||||
<dynamic-notice ref="showDynamNotice" :path="openPath" :formData="formData"/>
|
||||
</a-popover>
|
||||
|
||||
@@ -33,7 +33,9 @@
|
||||
<!-- </span>-->
|
||||
<div class="action" @click="Jumpflybook">
|
||||
<span class="header-notice">
|
||||
<a-tooltip placement="bottomRight" :title="$t('userManual')">
|
||||
<a-icon style="font-size: 16px; padding: 4px; color: #000000A6" type="question-circle"/>
|
||||
</a-tooltip>
|
||||
</span>
|
||||
</div>
|
||||
<header-notice class="action"/>
|
||||
|
||||
Reference in New Issue
Block a user