Skip to content

Commit aba69a3

Browse files
committed
style: resolve style conflicts.
1 parent a28af78 commit aba69a3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/components/TextArea/index.less

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,15 @@
4848
}
4949
&-pre {
5050
position: relative;
51-
margin: 0px;
51+
margin: 0px !important;
5252
pointer-events: none;
53+
background-color: transparent !important;
54+
> code {
55+
padding: 0 !important;
56+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
57+
font-size: 14px !important;
58+
line-height: 18px !important;
59+
}
5360
}
5461
&-input {
5562
position: absolute;

src/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
top: 0;
3333
right: 0;
3434
bottom: 0;
35+
border-radius: 0 0 5px 0;
36+
display: flex;
37+
flex-direction: column;
3538
.anchor {
3639
display: none;
3740
}

0 commit comments

Comments
 (0)