wetrade-design
Version:
一款多语言支持Vue3的UI框架
14 lines (11 loc) • 314 B
text/less
@import '../../style/themes/index';
@list-prefix-cls: ~'@{wd-prefix}-list';
@card-prefix-cls: ~'@{wd-prefix}-card';
.@{list-prefix-cls} {
// =================== Dard Hook Components ===================
.@{card-prefix-cls} {
& when (@theme = dark) {
background: @list-customize-card-bg;
}
}
}