diff --git a/src/uni_modules/wot-design-uni/components/wd-textarea/index.scss b/src/uni_modules/wot-design-uni/components/wd-textarea/index.scss index e332f1e5..0ca834b0 100644 --- a/src/uni_modules/wot-design-uni/components/wd-textarea/index.scss +++ b/src/uni_modules/wot-design-uni/components/wd-textarea/index.scss @@ -220,7 +220,7 @@ @include e(placeholder) { color: $-input-placeholder-color; - + &.is-error { color: $-input-error-color; } @@ -268,12 +268,6 @@ } } - @include when(no-border) { - &::after { - display: none; - } - } - @include when(auto-height) { &:not(.is-cell) { padding: 5px 0; @@ -284,6 +278,12 @@ } } + @include when(no-border) { + &::after { + display: none; + } + } + @include when(cell) { display: flex; line-height: $-cell-line-height; @@ -349,4 +349,4 @@ font-size: $-textarea-icon-size-large; } } -} \ No newline at end of file +}