fix: icon-picker width

This commit is contained in:
就眠儀式 2022-03-19 23:57:52 +08:00
parent ade18232bd
commit 48a0d00918
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@layui/layui-vue",
"version": "0.4.0-alpha.2",
"version": "0.4.0-alpha.3",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",

View File

@ -74,10 +74,10 @@
.layui-iconpicker-list {
padding: 10px 10px 5px;
width: 320px;
}
.layui-iconpicker-list ul {
width: 262px;
margin-right: -6px;
}