Browse Source

fix: mentions status style (#34776)

* fix: mentions status style

* test: update snapshot

* chore: code clean
pull/34739/head
MadCcc 3 years ago
committed by GitHub
parent
commit
003e27ff4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      components/mentions/style/index.tsx

3
components/mentions/style/index.tsx

@ -11,6 +11,7 @@ import {
genBasicInputStyle,
genDisabledStyle,
genPlaceholderStyle,
genStatusStyle,
initInputToken,
InputToken,
} from '../../input/style';
@ -61,6 +62,8 @@ const genMentionsStyle: GenerateStyle<MentionsToken> = token => {
whiteSpace: 'pre-wrap',
verticalAlign: 'bottom',
...genStatusStyle(token),
'&-disabled': {
'> textarea': {
...genDisabledStyle(token),

Loading…
Cancel
Save