This commit is contained in:
lb
2022-11-14 14:12:22 +08:00
parent c02f3959dc
commit 2e3310c1c7
7 changed files with 32 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ export default {
.thead,
.tbody {
min-width: calc(100vw / 1920 * 96);
/* min-width: calc(100vw / 1920 * 96); */
background-color: #20376080;
white-space: nowrap;
overflow: hidden;
@@ -65,6 +65,8 @@ export default {
padding-left: calc(12px * var(--beilv));
padding-right: calc(12px * var(--beilv));
font-weight: 400;
flex: 0 1 calc(100vw / 1920 * 96);
text-overflow: ellipsis;
}
.thead {