修复富文本编辑器有序列表冲突
This commit is contained in:
parent
29ac3e21b2
commit
1bd8dd00d1
Binary file not shown.
@ -574,13 +574,13 @@ label.error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 表单查询条件 **/
|
/** 表单查询条件 **/
|
||||||
ul {
|
.select-list ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
.select-list li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user