perf: 走查问题修复,layout布局更新

This commit is contained in:
rd
2025-09-01 17:00:40 +08:00
parent 8b44be2c7e
commit 3748d0b30b
10 changed files with 197 additions and 153 deletions

View File

@ -135,9 +135,11 @@
}
}
.right-box {
border: 1px solid #E6E6E8;
border: 1px solid #e6e6e8;
flex: 1;
border-radius: 8px; padding: 16px; display: flex;
border-radius: 8px;
padding: 16px;
display: flex;
flex-direction: column;
overflow-y: auto;
height: fit-content;
@ -185,6 +187,12 @@
font-weight: 400;
line-height: 22px;
}
:deep(.arco-spin) {
.arco-spin-icon,
.arco-spin-tip {
color: #6d4cfe;
}
}
.forbid-word-box {
:deep(.overflow-text) {
&.level0 {