Skip to content

Commit 78c29c0

Browse files
author
liyuan-meng
committed
[CPicker] 添加样式覆盖
1 parent d2c5b37 commit 78c29c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/c-picker/style/input.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080
color: @gray-9;
8181
font-size: 14px;
8282
line-height: 1.5715;
83-
background-color: #fff;
8483
flex: auto;
8584
min-width: 1px;
8685
height: auto;
8786
padding: 0;
88-
background: transparent;
89-
border: 0;
87+
// !important 是为了覆盖 ccms-components 组件库的流氓样式而写
88+
background: transparent!important;
89+
border: 0!important;
9090

9191
&:focus {
9292
outline: none;

0 commit comments

Comments
 (0)