thaw/src/table/table.css

16 lines
195 B
CSS
Raw Normal View History

2023-03-28 12:37:24 +08:00
.melt-table {
width: 100%;
}
.melt-table th {
text-align: inherit;
}
.melt-table td,
.melt-table th {
padding: 10px 12px;
}
.melt-table thead {
border-bottom: 1px solid #888;
}