更换后台UI,使用adminlteUI

This commit is contained in:
2020-04-07 12:47:03 +08:00
parent 209af6285a
commit c12a265034
462 changed files with 111399 additions and 948 deletions

View File

@@ -1 +1 @@
<textarea class="form-control" name="{$name}" id="{$name}">{$value}</textarea>
<textarea class="form-control" name="{$name}" id="{$name}" {if isset($is_must) && $is_must}data-rule="required"{/if}>{$value}</textarea>