fix: icon-picker width
This commit is contained in:
parent
ade18232bd
commit
48a0d00918
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "0.4.0-alpha.2",
|
"version": "0.4.0-alpha.3",
|
||||||
"author": "就眠儀式",
|
"author": "就眠儀式",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
|
@ -74,10 +74,10 @@
|
|||||||
|
|
||||||
.layui-iconpicker-list {
|
.layui-iconpicker-list {
|
||||||
padding: 10px 10px 5px;
|
padding: 10px 10px 5px;
|
||||||
|
width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-iconpicker-list ul {
|
.layui-iconpicker-list ul {
|
||||||
width: 262px;
|
|
||||||
margin-right: -6px;
|
margin-right: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user