新增简约风格表单;优化系统功能;

This commit is contained in:
2022-03-29 10:13:14 +08:00
parent 96b870caca
commit 2fbbcaef2c
7 changed files with 175 additions and 65 deletions

View File

@@ -3,7 +3,7 @@
<link rel="stylesheet" href="/static/lib/layui/css/layui.css">
<link rel="stylesheet" href="/static/css/{$Request.cookie.skin_name|default='skin-1'}.css">
<link rel="stylesheet" href="/static/css/common.css">
<link rel="stylesheet" href="/cdn/layui-ul-change.css">
<!-- <link rel="stylesheet" href="/cdn/layui-ul-change.css"> -->
<link rel="stylesheet" href="/cdn/layui-ul.css">
<link rel="stylesheet" href="/cdn/layui-ul-mb.css">
<script src="/static/lib/jquery/jquery-3.4.1.min.js"></script>