perf: 走查问题调整
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user