mirror of
https://github.com/chillzhuang/Sword
synced 2024-12-23 17:39:25 +08:00
25 lines
298 B
Plaintext
25 lines
298 B
Plaintext
|
@import '~antd/lib/style/themes/default.less';
|
||
|
|
||
|
.inputItem {
|
||
|
:global {
|
||
|
.ant-input-number {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
margin-bottom: 24px;
|
||
|
}
|
||
|
|
||
|
.iconPreview {
|
||
|
font-size: 28px;
|
||
|
text-align: center;
|
||
|
margin-bottom: 20px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.center {
|
||
|
text-align: center;
|
||
|
}
|