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

@@ -60,7 +60,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="user">
<el-input v-model="form.user" placeholder="请输入部门名称" clearable />