perf: 从tailwind.css中移除不常用的@apply

This commit is contained in:
xiaoxian521
2022-09-11 11:32:10 +08:00
parent ad6ced45cc
commit fafbdc7c69
11 changed files with 10 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ onMounted(() => {
ref="formRef"
:inline="true"
:model="form"
class="bg-white dark:bg-dark w-[99/100] pl-8 pt-4"
class="bg-bg_color w-[99/100] pl-8 pt-4"
>
<el-form-item label="用户名称:" prop="username">
<el-input