UI界面变更-用户手册-消息中心样式

This commit is contained in:
刘彦泽
2022-12-27 16:33:58 +08:00
parent 4aab9f8fa2
commit eb81b7e091
2 changed files with 10 additions and 2 deletions
@@ -31,7 +31,7 @@
</a-spin>
</template>
<span @click="fetchNotice" class="header-notice">
<a-tooltip placement="bottomRight" :title="$t('MessageCenter')">
<a-tooltip placement="bottomRight" :title="$t('MessageCenter')" overlayClassName="tooltipColor">
<a-badge :count="msgTotal">
<a-icon style="font-size: 16px; padding: 4px" type="bell"/>
</a-badge>
@@ -262,6 +262,14 @@
.tabs .ant-tabs-nav .ant-tabs-tab-active {
color: #000F16 !important;
}
.tooltipColor .ant-tooltip-inner {
color: #333;
background-color: #fff !important;
}
.tooltipColor .ant-tooltip-arrow::before {
background-color: #fff;
}
</style>
<style lang="less" scoped>
.header-notice {
+1 -1
View File
@@ -33,7 +33,7 @@
<!-- </span>-->
<div class="action" @click="Jumpflybook">
<span class="header-notice">
<a-tooltip placement="bottomRight" :title="$t('userManual')">
<a-tooltip placement="bottomRight" :title="$t('userManual')" overlayClassName="tooltipColor">
<a-icon style="font-size: 16px; padding: 4px; color: #000000A6" type="question-circle"/>
</a-tooltip>
</span>