CN-1096 fix: 知识库图标

This commit is contained in:
chenjinsong
2023-08-11 18:35:05 +08:00
parent 2f8d718b66
commit a7afa898ad
24 changed files with 111 additions and 199 deletions

View File

@@ -77,12 +77,12 @@
.card-type-title {
font-size: 14px;
color: #353636;
font-weight: 500;
font-weight: bold;
display: flex;
align-items: center;
margin-bottom:10px;
margin-bottom: 6px;
}
.list-mode__card {
width: 100%;
@@ -696,6 +696,9 @@
border-right: none;
}
.el-table {
&::after {
width: 0;
}
th {
padding-top:6px;
padding-bottom:6px;
@@ -714,8 +717,8 @@
}
.cell {
height: fit-content;
max-height:64px;
min-height:32px;
/*max-height:64px;
min-height:32px;*/
line-height: 20px;
.reference-tag__show {
display: flex;