mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
Merge pull request #971 from dataease/pr@dev@feat_msg_overtime
feat: 增加消失超时默认30天
This commit is contained in:
@@ -49,15 +49,18 @@
|
||||
</div>
|
||||
</div>
|
||||
<div slot="reference">
|
||||
<div>
|
||||
<el-badge :value="count || paginationConfig.total" :hidden="!count && !paginationConfig.total" :max="99" class="item">
|
||||
<svg-icon class-name="notification" icon-class="notification" />
|
||||
</el-badge>
|
||||
<!-- <div>
|
||||
<svg-icon
|
||||
class-name="notification"
|
||||
icon-class="notification"
|
||||
/>
|
||||
<span v-if="count || paginationConfig.total" class="msg-number">{{ count || paginationConfig.total }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</el-popover>
|
||||
</div> -->
|
||||
</div></el-popover>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -275,4 +278,9 @@ export default {
|
||||
background-color: #171422;
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
margin-top: 0px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user