+
{{ $t('common.noData') }}
diff --git a/packages/effects/common-ui/src/ui/authentication/dingding-login.vue b/packages/effects/common-ui/src/ui/authentication/dingding-login.vue
index 80b123c1b..5e201d8d2 100644
--- a/packages/effects/common-ui/src/ui/authentication/dingding-login.vue
+++ b/packages/effects/common-ui/src/ui/authentication/dingding-login.vue
@@ -25,7 +25,7 @@ const [Modal, modalApi] = useVbenModal({
header: false,
footer: false,
fullscreenButton: false,
- class: 'w-[302px] h-[302px] dingding-qrcode-login-modal',
+ class: 'size-75.5 dingding-qrcode-login-modal',
onOpened() {
handleQrCodeLogin();
},
diff --git a/packages/effects/common-ui/src/ui/authentication/login-expired-modal.vue b/packages/effects/common-ui/src/ui/authentication/login-expired-modal.vue
index ef5e6a009..9500492f6 100644
--- a/packages/effects/common-ui/src/ui/authentication/login-expired-modal.vue
+++ b/packages/effects/common-ui/src/ui/authentication/login-expired-modal.vue
@@ -78,7 +78,7 @@ function calcZIndex() {
:fullscreen-button="false"
:header="false"
:z-index="getZIndex"
- class="border-none px-10 py-6 text-center shadow-xl sm:w-[600px] sm:rounded-2xl md:h-[unset]"
+ class="border-none px-10 py-6 text-center shadow-xl sm:w-150 sm:rounded-2xl md:h-[unset]"
>
{
diff --git a/packages/effects/layouts/src/widgets/global-search/search-panel.vue b/packages/effects/layouts/src/widgets/global-search/search-panel.vue
index ab19232b6..57d9c1482 100644
--- a/packages/effects/layouts/src/widgets/global-search/search-panel.vue
+++ b/packages/effects/layouts/src/widgets/global-search/search-panel.vue
@@ -223,7 +223,7 @@ onMounted(() => {
-
+
{{ minute }}
@@ -128,7 +128,7 @@ useScrollLock();
class="flex-center size-full"
@keydown.enter.prevent="handleSubmit"
>
-
+
diff --git a/packages/effects/layouts/src/widgets/notification/notification.vue b/packages/effects/layouts/src/widgets/notification/notification.vue
index f693fa521..a81eae3d8 100644
--- a/packages/effects/layouts/src/widgets/notification/notification.vue
+++ b/packages/effects/layouts/src/widgets/notification/notification.vue
@@ -89,7 +89,7 @@ function navigateTo(
@@ -115,7 +115,7 @@ function navigateTo(
-
+
-
-
+
{{ $t('common.noData') }}
diff --git a/packages/effects/layouts/src/widgets/preferences/blocks/checkbox-item.vue b/packages/effects/layouts/src/widgets/preferences/blocks/checkbox-item.vue
index 99940c611..57e662a6f 100644
--- a/packages/effects/layouts/src/widgets/preferences/blocks/checkbox-item.vue
+++ b/packages/effects/layouts/src/widgets/preferences/blocks/checkbox-item.vue
@@ -53,7 +53,7 @@ const slots = useSlots();
diff --git a/packages/effects/layouts/src/widgets/preferences/blocks/layout/layout.vue b/packages/effects/layouts/src/widgets/preferences/blocks/layout/layout.vue
index 725099cf6..4b435302d 100644
--- a/packages/effects/layouts/src/widgets/preferences/blocks/layout/layout.vue
+++ b/packages/effects/layouts/src/widgets/preferences/blocks/layout/layout.vue
@@ -89,7 +89,7 @@ function activeClass(theme: string): string[] {
diff --git a/packages/effects/layouts/src/widgets/preferences/blocks/number-field-item.vue b/packages/effects/layouts/src/widgets/preferences/blocks/number-field-item.vue
index 3878f812b..ee2ddaa86 100644
--- a/packages/effects/layouts/src/widgets/preferences/blocks/number-field-item.vue
+++ b/packages/effects/layouts/src/widgets/preferences/blocks/number-field-item.vue
@@ -63,7 +63,7 @@ const slots = useSlots();
-
+
diff --git a/packages/effects/layouts/src/widgets/preferences/blocks/select-item.vue b/packages/effects/layouts/src/widgets/preferences/blocks/select-item.vue
index fabc371c1..0460a4f21 100644
--- a/packages/effects/layouts/src/widgets/preferences/blocks/select-item.vue
+++ b/packages/effects/layouts/src/widgets/preferences/blocks/select-item.vue
@@ -55,7 +55,7 @@ const slots = useSlots();
-
+
{{ text || 'none' }}
-
+
diff --git a/playground/src/views/demos/features/icons/index.vue b/playground/src/views/demos/features/icons/index.vue
index d41df399d..98ca7d5c6 100644
--- a/playground/src/views/demos/features/icons/index.vue
+++ b/playground/src/views/demos/features/icons/index.vue
@@ -81,11 +81,11 @@ const inputComponent = h(Input);
原始样式(Iconify):
-
+
原始样式(svg):
-
+
自定义Input:
diff --git a/playground/src/views/demos/features/vue-query/index.vue b/playground/src/views/demos/features/vue-query/index.vue
index 00dd6e4f1..3077f6f70 100644
--- a/playground/src/views/demos/features/vue-query/index.vue
+++ b/playground/src/views/demos/features/vue-query/index.vue
@@ -19,7 +19,7 @@ const showCaching = refAutoReset(true, 1000);
-
+
diff --git a/playground/src/views/examples/drawer/auto-height-demo.vue b/playground/src/views/examples/drawer/auto-height-demo.vue
index 030d7ab6a..676a5373f 100644
--- a/playground/src/views/examples/drawer/auto-height-demo.vue
+++ b/playground/src/views/examples/drawer/auto-height-demo.vue
@@ -35,7 +35,7 @@ function handleUpdate(len: number) {
{{ item }}
diff --git a/playground/src/views/examples/form/modules/two-fields.vue b/playground/src/views/examples/form/modules/two-fields.vue
index da79a102a..6779101a3 100644
--- a/playground/src/views/examples/form/modules/two-fields.vue
+++ b/playground/src/views/examples/form/modules/two-fields.vue
@@ -15,7 +15,7 @@ function onChange() {
diff --git a/playground/src/views/examples/modal/in-content-demo.vue b/playground/src/views/examples/modal/in-content-demo.vue
index 7ffe7b773..9ab314550 100644
--- a/playground/src/views/examples/modal/in-content-demo.vue
+++ b/playground/src/views/examples/modal/in-content-demo.vue
@@ -20,7 +20,7 @@ const value = ref();
diff --git a/playground/src/views/examples/modal/index.vue b/playground/src/views/examples/modal/index.vue
index 3ed6cdead..31412e724 100644
--- a/playground/src/views/examples/modal/index.vue
+++ b/playground/src/views/examples/modal/index.vue
@@ -191,21 +191,21 @@ async function openPrompt() {
-
+
一个基础的弹窗示例
-
+
在内容区域打开弹窗的示例
-
+
可根据内容并自动调整高度
-
+
配置 draggable 可开启拖拽功能
-
+
通过 setState 动态调整弹窗数据
@@ -233,7 +233,7 @@ async function openPrompt() {
-
+
通过共享 sharedData 来进行数据交互
-
+
弹窗与表单结合
-
+
在已经打开的弹窗中再次打开弹窗
-
+
遮罩层应用类似毛玻璃的模糊效果
-
+
diff --git a/playground/src/views/system/menu/modules/form.vue b/playground/src/views/system/menu/modules/form.vue
index 7d4ae6cfa..be521d247 100644
--- a/playground/src/views/system/menu/modules/form.vue
+++ b/playground/src/views/system/menu/modules/form.vue
@@ -498,7 +498,7 @@ const getDrawerTitle = computed(() =>
);
-
+