You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
525 B
28 lines
525 B
@import "../../../index.less"; |
|
|
|
.bi-textarea-editor { |
|
.overflow-hidden(); |
|
& .textarea-editor-content { |
|
white-space: pre-wrap; |
|
word-break: break-all; |
|
font-size: @font-size-12; |
|
font-size: calc(var(--css-scale, 1) * @font-size-12); |
|
line-height: 21px; |
|
line-height: calc(var(--css-scale, 1) * 21px); |
|
|
|
border: none; |
|
} |
|
& .textarea-watermark{ |
|
max-height: 100%; |
|
} |
|
} |
|
|
|
.bi-theme-dark{ |
|
.bi-textarea-editor { |
|
& .textarea-editor-content { |
|
&.textarea-editor-focus{ |
|
|
|
} |
|
} |
|
} |
|
}
|
|
|