fix : 解决alertMessage页面时间选中状态的样式冲突问题
This commit is contained in:
@@ -246,11 +246,11 @@
|
||||
background: #F5F5F5;
|
||||
color: #333333;
|
||||
}
|
||||
li.active :hover {
|
||||
li.activeLi :hover {
|
||||
background: #F5F5F5;
|
||||
color: $--color-primary !important;
|
||||
}
|
||||
li.active {
|
||||
li.activeLi {
|
||||
background: #F5F5F5;
|
||||
color: $--color-primary !important;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<li
|
||||
v-for="(item, key) in timeData"
|
||||
@click="timeChange(item)"
|
||||
:class="showTime.id === item.id ? 'active' : ''"
|
||||
:class="showTime.id === item.id ? 'activeLi' : ''"
|
||||
:key="key"
|
||||
:v-if="item.id !== 12 || showEmpty"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<button id="asset-filter" :class="[dataListLayout.indexOf('clickSearch') > -1?'is-focus':'' ]" class="top-tool-btn margin-r-10" @click.stop="showClickSearch">
|
||||
<i class="nz-icon nz-icon-funnel"></i>
|
||||
</button>
|
||||
<pick-time v-model="searchTime" :sign="sign?sign:'message'" :default-pick="10" :refresh-data-func="getTableData" :show-empty="true" :use-chart-unit="false" :use-refresh="false"></pick-time>
|
||||
<pick-time v-model="searchTime" :sign="sign?sign:'message'" :default-pick="10" :refresh-data-func="getTableData" :show-empty="false" :use-chart-unit="false" :use-refresh="false"></pick-time>
|
||||
<button id="roles-add" v-has="'alertMessage_view'" :title="$t('overall.exportExcelLower')" class="top-tool-btn margin-r-10"
|
||||
type="button" @click="showExportDialog">
|
||||
<i class="nz-icon-download1 nz-icon"></i>
|
||||
|
||||
Reference in New Issue
Block a user