feat: custom table with row children
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.cell {
|
||||
padding: var(--ant-table-cell-padding-block)
|
||||
var(--ant-table-cell-padding-inline);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
height: 70px;
|
||||
&-left {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
&-right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
&-center {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user