perf: 优化站内信布局;显示站内信关闭按钮

This commit is contained in:
“huailei000”
2023-12-21 11:01:29 +08:00
committed by huailei
parent e324b16e1b
commit 09b52738ca
3 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="label-container">
<a class="label-formatter-col">
<span v-if="!iLabels || iLabels.length === 0">
<span v-if="!iLabels || iLabels.length === 0" style="vertical-align: top;">
<el-tag effect="plain" size="mini">
<i class="fa fa-tag" /> -
</el-tag>

View File

@@ -203,7 +203,7 @@ export default {
<style lang="scss" scoped>
.drawer {
height: calc(100% - 40px);
height: calc(100% - 0px);
}
.el-badge ::v-deep .el-badge__content.is-fixed {

View File

@@ -180,6 +180,10 @@ export default {
font-size: 16px;
}
& > > > i.el-dialog__close.el-icon-close {
color: #7c7e7f;
}
& > > > .svg-icon {
color: #FFF;
font-size: 16px;