perf: 走查问题调整

This commit is contained in:
rd
2025-08-29 15:49:50 +08:00
parent cbcf3f216f
commit a9e49faf66
14 changed files with 69 additions and 44 deletions

View File

@ -44,7 +44,7 @@
left: 0;
width: 100%;
height: 100%;
border-left: 1px solid #E6E6E8;
border-left: 1px solid #e6e6e8;
}
}
}
@ -59,6 +59,8 @@
align-items: flex-start;
min-width: 0;
max-width: 100%;
min-height: 36px;
word-break: break-all;
@include cts;
&-filled {
background-color: #f2f3f5;
@ -101,7 +103,7 @@
&-corner {
border-radius: 4px;
}
:deep(table) {
border-collapse: collapse;
thead {
@ -109,9 +111,8 @@
th {
@include cts;
padding: 6px 8px;
border: 1px solid #E6E6E8;
border: 1px solid #e6e6e8;
text-align: left;
}
}
}
@ -119,7 +120,7 @@
tr {
td {
@include cts;
border: 1px solid #E6E6E8;
border: 1px solid #e6e6e8;
padding: 16px 8px;
text-align: left;
}
@ -142,5 +143,4 @@
display: inline-block;
min-width: 36px;
}
}