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.
21 lines
307 B
21 lines
307 B
@import "~antd/lib/style/themes/default.less";
|
|
|
|
.divider {
|
|
border: 0;
|
|
border-top: 1px solid @border-color-split;
|
|
height: 1px;
|
|
margin: 0 0 32px 0;
|
|
}
|
|
|
|
.title {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
:global {
|
|
.col-money {
|
|
text-align: right!important;
|
|
}
|
|
}
|
|
|
|
|