From 1d8664ab1d982e9cc25b8f5e85daaae61e1bbff4 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 28 八月 2023 17:21:01 +0800 Subject: [PATCH] fix 修复 租户与套餐管理 搜索框长度变化问题 --- vite/plugins/unocss.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vite/plugins/unocss.ts b/vite/plugins/unocss.ts index 997335a..76585c7 100644 --- a/vite/plugins/unocss.ts +++ b/vite/plugins/unocss.ts @@ -8,6 +8,7 @@ shortcuts: { 'panel-title': 'pb-[5px] font-sans leading-[1.1] font-medium text-base text-[#6379bb] border-b border-b-solid border-[var(--el-border-color-light)] mb-5 mt-0' - } + }, + hmrTopLevelAwait: false // unocss榛樿鏄痶rue锛屼綆鐗堟湰娴忚鍣ㄦ槸涓嶆敮鎸佺殑锛屽惎鍔ㄥ悗浼氭姤閿� }); }; -- Gitblit v1.9.3