You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
528 B
Plaintext

1 year ago
@root-entry-name: 'default';
@import (reference) 'ant-design-vue/es/style/themes/index.less';
@pro-table-alert-prefix-cls: ~'@{ant-prefix}-pro-table-alert';
.@{pro-table-alert-prefix-cls} {
margin-bottom: 16px;
// padding: 0 24px;
.@{ant-prefix}-alert.@{ant-prefix}-alert-no-icon {
padding: @padding-sm @padding-lg;
}
&-info {
display: flex;
align-items: center;
transition: all 0.3s;
&-content {
flex: 1;
}
&-option {
min-width: 48px;
padding-left: 16px;
}
}
}