From c382d632661d9a9571f5c3675970b41ce5e4fd00 Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 6 Sep 2023 16:59:22 +0800 Subject: [PATCH] fix: unocss eslint --- .../Application/src/AppLocalePicker.vue | 2 +- .../Application/src/AppSizePicker.vue | 2 +- src/components/CardList/src/CardList.vue | 2 +- .../CodeEditor/src/codemirror/CodeMirror.vue | 2 +- .../VFormDesign/components/LayoutItem.vue | 2 +- .../modules/FormComponentPanel.vue | 2 +- src/components/Icon/src/Icon.vue | 2 +- src/components/Icon/src/IconPicker.vue | 8 +++---- .../SimpleMenu/src/SimpleSubMenu.vue | 4 ++-- .../Table/src/components/TableImg.vue | 2 +- .../Tree/src/components/TreeHeader.vue | 4 ++-- src/components/Upload/src/data.tsx | 2 +- src/components/Verifition/src/Verify.vue | 6 +++-- .../Verifition/src/Verify/VerifySlide.vue | 2 +- src/views/base/about/index.vue | 4 ++-- src/views/base/lock/LockPage.vue | 18 +++++++------- src/views/base/login/ForgetPasswordForm.vue | 2 +- src/views/base/login/Login.vue | 22 ++++++++--------- src/views/base/login/LoginForm.vue | 6 ++--- src/views/base/login/LoginFormTitle.vue | 2 +- src/views/base/login/MobileForm.vue | 2 +- src/views/base/login/QrCodeForm.vue | 4 ++-- src/views/base/login/RegisterForm.vue | 4 ++-- src/views/base/login/SSOForm.vue | 6 ++--- src/views/base/login/sso.vue | 24 +++++++++---------- src/views/bpm/oa/leave/create.vue | 2 +- .../analysis/components/GrowCard.vue | 6 ++--- src/views/dashboard/analysis/index.vue | 10 ++++---- .../workbench/components/ProjectCard.vue | 8 +++---- .../workbench/components/WorkbenchHeader.vue | 10 ++++---- src/views/dashboard/workbench/index.vue | 10 ++++---- src/views/infra/build/index.vue | 2 +- .../infra/codegen/components/FinishForm.vue | 2 +- .../infra/codegen/components/PreviewModal.vue | 2 +- src/views/infra/redis/index.vue | 6 ++--- src/views/infra/webSocket/index.vue | 10 ++++---- src/views/mp/components/WxNews/index.vue | 2 +- src/views/mp/components/WxVideoPlay/index.vue | 6 +++-- src/views/pay/submit/index.vue | 12 +++++----- src/views/system/role/RoleMenuModal.vue | 5 ++-- 40 files changed, 116 insertions(+), 113 deletions(-) diff --git a/src/components/Application/src/AppLocalePicker.vue b/src/components/Application/src/AppLocalePicker.vue index 63dd8fbb9..d9ae5e6ca 100644 --- a/src/components/Application/src/AppLocalePicker.vue +++ b/src/components/Application/src/AppLocalePicker.vue @@ -57,7 +57,7 @@ function handleMenuEvent(menu: DropMenu) { overlay-class-name="app-locale-picker-overlay" @menu-event="handleMenuEvent" > - + {{ getLocaleText }} diff --git a/src/components/Application/src/AppSizePicker.vue b/src/components/Application/src/AppSizePicker.vue index ce9b3d9f7..fc9103f05 100644 --- a/src/components/Application/src/AppSizePicker.vue +++ b/src/components/Application/src/AppSizePicker.vue @@ -53,7 +53,7 @@ function handleMenuEvent(menu: DropMenu) { overlay-class-name="app-locale-picker-overlay" @menu-event="handleMenuEvent" > - + {{ getSizeText }} diff --git a/src/components/CardList/src/CardList.vue b/src/components/CardList/src/CardList.vue index cff782651..3d26a4186 100644 --- a/src/components/CardList/src/CardList.vue +++ b/src/components/CardList/src/CardList.vue @@ -100,7 +100,7 @@ async function handleDelete(id) {