save
This commit is contained in:
parent
37926d7bad
commit
44fee2559b
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -84,11 +84,6 @@ button {
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.layui-iconpicker .layui-anim {
|
||||
bottom: 42px !important;
|
||||
top: inherit !important;
|
||||
}
|
||||
|
||||
.layui-bg-green {
|
||||
background-color: #36b368 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user