perf: 走查问题修复,layout布局更新
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user