Tighten measurement table layout

This commit is contained in:
caoqianming 2026-05-15 14:16:05 +08:00
parent 5cae20cd58
commit c1080c1b03
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ body {
.content-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 240px;
grid-auto-rows: 500px;
grid-auto-rows: 450px;
align-items: stretch;
gap: 10px;
margin-bottom: 10px;
@ -133,15 +133,15 @@ body {
.ant-table-small .ant-table-thead > tr > th,
.ant-table-small .ant-table-tbody > tr > td {
padding: 5px 8px;
padding: 3px 8px;
}
.ant-input-number {
height: 26px;
height: 24px;
}
.ant-input-number .ant-input-number-input {
height: 24px;
height: 22px;
padding: 0 7px;
}