You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
305 B
18 lines
305 B
5 years ago
|
## zh-CN
|
||
|
|
||
|
第一个对话框。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Basic modal.
|
||
|
|
||
|
<style>
|
||
|
[data-theme="dark"] #table-demo-summary tfoot th,
|
||
|
[data-theme="dark"] #table-demo-summary tfoot td {
|
||
|
background: #272727;
|
||
|
}
|
||
|
[data-theme="dark"] #components-transfer-table.ant-table td {
|
||
|
background: transparent;
|
||
|
}
|
||
|
</style>
|