mirror of https://gitee.com/y_project/RuoYi.git
修复富文本编辑器有序列表冲突
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…
Reference in New Issue