Skip to content

Commit

Permalink
fix: classname is bad
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Mar 29, 2024
1 parent 1e1752b commit 78d089a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style/web/components/descriptions/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

@import "../../mixins/_reset.less";

.@{prefix}-descriptions {
@descriptionsComponentName: descriptions;

.@{prefix}-@{descriptionsComponentName} {
.reset;

&__header {
Expand All @@ -25,11 +27,11 @@
.generate-padding(m, @descriptions-padding-m);
.generate-padding(s, @descriptions-padding-s);

& &__label {
& .@{prefix}-@{descriptionsComponentName}__label {
color: @text-color-placeholder;
}

&--border {
.@{prefix}-@{descriptionsComponentName}--border {
> tbody {
> tr {
> td {
Expand Down

0 comments on commit 78d089a

Please sign in to comment.