UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

49 lines (39 loc) 842 B
@import '../../../../lib/style/themes/default'; @import '../../text-field/style/mixin'; @textarea-prefix: ~'@{c7n-pro-prefix}-textarea'; .@{textarea-prefix} { min-height: @input-height-base; .input; &-wrapper { max-width: 100%; label { .@{textarea-prefix} { padding-right: 0.13rem; } .@{textarea-prefix}-clear-button { top: 0.07rem; right: 0.03rem; bottom: unset; width: 0.2rem; } .@{textarea-prefix}-length-info { right: 0; bottom: -0.2rem; } } } &, &-placeholder { padding: @textarea-padding; } &-length-info { top: unset; right: 0.08rem; bottom: 0.04rem; margin: unset; } &-renderer-wrapper { margin: unset; overflow: auto; } }