1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-12-23 01:19:24 +08:00
Sword/src/layouts/Sword.less
2020-02-12 01:02:23 +08:00

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;
}