From 7bc36d2b8482b9b9c0e48762e9a409f2763fea32 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sat, 5 Apr 2025 22:52:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=9F=E6=88=B7=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E4=BC=9A=E8=B7=9F=E9=9A=8Fbody?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + apps/web-antd/src/components/tenant-toggle/src/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a39f7d..2d2041bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ - 修复文件/图片在Safari中无法上传 file-type库与Safari不兼容导致 - 头像裁剪 图片加载失败一直处于loading无法上传 - 头像裁剪 私有桶会拼接timestamp参数导致sign计算异常无法上传 感谢cropperjs作者 https://github.com/fengyuanchen/cropperjs/issues/1230 +- 租户选择下拉框会跟随body滚动 **OTHER** diff --git a/apps/web-antd/src/components/tenant-toggle/src/index.vue b/apps/web-antd/src/components/tenant-toggle/src/index.vue index da850e08..82928e30 100644 --- a/apps/web-antd/src/components/tenant-toggle/src/index.vue +++ b/apps/web-antd/src/components/tenant-toggle/src/index.vue @@ -139,6 +139,7 @@ function filterOption(input: string, option: TenantOption) { :filter-option="filterOption" :options="tenantList" :placeholder="$t('component.tenantToggle.placeholder')" + :dropdown-style="{ position: 'fixed' }" allow-clear class="w-60" show-search