mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-11 04:28:14 +08:00
表格等宽
This commit is contained in:
@@ -273,3 +273,17 @@ svg {
|
||||
fill: #78909c;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
.mdl-data-table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
.mdl-data-table th,
|
||||
.mdl-data-table td,
|
||||
.mdl-data-table th:first-of-type,
|
||||
.mdl-data-table td:first-of-type,
|
||||
.mdl-data-table td:last-of-type,
|
||||
.mdl-data-table th:last-of-type {
|
||||
padding: 0;
|
||||
}
|
||||
.mdl-data-table th:first-of-type {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user