mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
18 lines
305 B
Markdown
18 lines
305 B
Markdown
|
## 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>
|