feat: 调整默认PC列宽
This commit is contained in:
@@ -804,7 +804,7 @@ input[type="number"] {
|
||||
}
|
||||
|
||||
.table-header-row-scroll {
|
||||
padding: 16px 24px;
|
||||
padding: 16px 14px;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
@@ -897,7 +897,7 @@ input[type="number"] {
|
||||
grid-template-columns: 2.2fr 0.8fr 1fr 1fr 1.2fr 1.2fr 1.2fr 0.5fr;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
padding: 12px 24px !important;
|
||||
padding: 12px 14px !important;
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
@@ -913,7 +913,7 @@ input[type="number"] {
|
||||
display: grid;
|
||||
grid-template-columns: 2.2fr 0.8fr 1fr 1fr 1.2fr 1.2fr 1.2fr 0.5fr;
|
||||
gap: 12px;
|
||||
padding: 16px 24px;
|
||||
padding: 16px 14px;
|
||||
background: #2a394b;
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user