This commit is contained in:
walkor 2022-12-08 12:38:22 +08:00
parent 37926d7bad
commit 44fee2559b
3 changed files with 12 additions and 5 deletions

View File

@ -6,6 +6,12 @@
<title>新增页面</title>
<link rel="stylesheet" href="/app/admin/component/pear/css/pear.css" />
<link rel="stylesheet" href="/app/admin/admin/css/reset.css" />
<style>
.layui-iconpicker .layui-anim {
bottom: 42px !important;
top: inherit !important;
}
</style>
</head>
<body>

View File

@ -6,6 +6,12 @@
<title>更新页面</title>
<link rel="stylesheet" href="/app/admin/component/pear/css/pear.css" />
<link rel="stylesheet" href="/app/admin/admin/css/reset.css" />
<style>
.layui-iconpicker .layui-anim {
bottom: 42px !important;
top: inherit !important;
}
</style>
</head>
<body>

View File

@ -84,11 +84,6 @@ button {
top: 5px;
}
.layui-iconpicker .layui-anim {
bottom: 42px !important;
top: inherit !important;
}
.layui-bg-green {
background-color: #36b368 !important;
}