|
28 | 28 | vertical-align: bottom;
|
29 | 29 | font-size: var(--tv-Textarea-font-size);
|
30 | 30 |
|
31 |
| - &:before { |
32 |
| - content: ''; |
33 |
| - width: calc(100% - 20px); |
34 |
| - height: 8px; |
35 |
| - position: absolute; |
36 |
| - left: 2px; |
37 |
| - top: 1px; |
38 |
| - z-index: 1; |
39 |
| - background: #fff; |
40 |
| - border-radius: var(--tv-Textarea-border-radius); |
41 |
| - } |
42 |
| - |
43 |
| - &:after { |
44 |
| - content: ''; |
45 |
| - width: calc(100% - 20px); |
46 |
| - height: 16px; |
47 |
| - position: absolute; |
48 |
| - left: 2px; |
49 |
| - bottom: 1px; |
50 |
| - z-index: 1; |
51 |
| - background: #fff; |
52 |
| - border-radius: var(--tv-Textarea-border-radius); |
53 |
| - } |
54 |
| - |
55 | 31 | &.is-disabled &__inner {
|
56 | 32 | background-color: var(--tv-Textarea-disabled-bg-color);
|
57 | 33 | border-color: var(--tv-Textarea-disabled-border-color);
|
|
61 | 37 | }
|
62 | 38 |
|
63 | 39 | &.is-disabled {
|
64 |
| - background-color: var(--tv-Textarea-disabled-bg-color); |
65 |
| - |
66 |
| - &:before { |
67 |
| - background-color: var(--tv-Textarea-disabled-bg-color); |
68 |
| - } |
69 |
| - |
70 |
| - &:after { |
71 |
| - background-color: var(--tv-Textarea-disabled-bg-color); |
72 |
| - } |
73 |
| - |
74 | 40 | &:hover {
|
75 | 41 | border-color: var(--tv-Textarea-disabled-border-color);
|
76 | 42 | }
|
|
180 | 146 | }
|
181 | 147 |
|
182 | 148 | &.is-display-only {
|
183 |
| - .@{textarea-prefix-cls}-display-only.@{textarea-prefix-cls}__inner-con |
184 |
| - .@{textarea-prefix-cls}-display-only__content, |
185 |
| - .@{textarea-prefix-cls}-autosize-display-only.@{textarea-prefix-cls}__inner-con |
186 |
| - .@{textarea-prefix-cls}-display-only__content { |
187 |
| - position: relative; |
188 |
| - left: 0; |
189 |
| - max-width: 100%; |
190 |
| - text-overflow: ellipsis; |
191 |
| - display: -webkit-box; |
192 |
| - /* autoprefixer: ignore next */ |
193 |
| - -webkit-box-orient: vertical; |
194 |
| - -webkit-line-clamp: 1; |
195 |
| - overflow: hidden; |
196 |
| - word-wrap: break-word; |
197 |
| - white-space: pre-wrap; |
198 |
| - line-height: 1.5; |
199 |
| - } |
200 |
| - |
201 |
| - &:before { |
202 |
| - display: none; |
203 |
| - } |
204 |
| - |
205 |
| - &:after { |
206 |
| - display: none; |
207 |
| - } |
208 |
| - |
209 | 149 | .@{textarea-prefix-cls}__inner-con {
|
210 | 150 | height: auto;
|
211 | 151 |
|
|
221 | 161 |
|
222 | 162 | .@{textarea-prefix-cls}-display-only__content {
|
223 | 163 | left: 0;
|
| 164 | + color: var(--tv-Textarea-text-color); |
224 | 165 | max-width: 100%;
|
225 | 166 | text-overflow: ellipsis;
|
226 | 167 | display: -webkit-box;
|
227 |
| - /* autoprefixer: ignore next */ |
228 | 168 | -webkit-box-orient: vertical;
|
229 | 169 | -webkit-line-clamp: 5;
|
230 | 170 | overflow: hidden;
|
|
250 | 190 | }
|
251 | 191 | }
|
252 | 192 |
|
253 |
| - .@{textarea-prefix-cls}-autosize-display-only { |
254 |
| - .@{textarea-prefix-cls}-display-only__content { |
255 |
| - left: 0; |
256 |
| - max-width: 100%; |
257 |
| - position: absolute; |
258 |
| - white-space: pre-line; |
259 |
| - line-height: 1.5; |
260 |
| - } |
261 |
| - } |
262 | 193 | .@{textarea-prefix-cls}__inner {
|
263 | 194 | height: 0;
|
264 | 195 | padding: 0;
|
|
0 commit comments