mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
update table demo
This commit is contained in:
parent
df9a75f33d
commit
106d9a70e2
@ -61,4 +61,12 @@ ReactDOM.render(
|
|||||||
.column-money {
|
.column-money {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Align the column header too */
|
||||||
|
/*
|
||||||
|
th.column-money,
|
||||||
|
td.column-money {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
*/
|
||||||
````
|
````
|
||||||
|
Loading…
Reference in New Issue
Block a user