update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user