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
379 B
21 lines
379 B
@import '~antd/es/style/themes/default.less';
|
|
|
|
@pro-table-alert-prefix-cls: ~'@{ant-prefix}-pro-table-alert';
|
|
|
|
.@{pro-table-alert-prefix-cls} {
|
|
margin-bottom: 16px;
|
|
padding: 0 24px;
|
|
&-info {
|
|
display: flex;
|
|
align-items: center;
|
|
transition: 0.3 all;
|
|
&-content {
|
|
flex: 1;
|
|
}
|
|
&-option {
|
|
min-width: 48px;
|
|
padding-left: 16px;
|
|
}
|
|
}
|
|
}
|