fix(vue-theme): fix textarea 中的 @apply (#319)

This commit is contained in:
申君健 2023-07-12 16:44:40 +08:00 committed by GitHub
parent 2b2bb47e64
commit 6e3e2ee037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
&.is-display-only {
.@{textarea-prefix-cls}-display-only {
@apply relative;
position: relative;
}
.@{textarea-prefix-cls}-display-only__content {
position: absolute;