fix: 租户选择下拉框会跟随body滚动
This commit is contained in:
parent
21fb9c8c99
commit
7bc36d2b84
@ -42,6 +42,7 @@
|
|||||||
- 修复文件/图片在Safari中无法上传 file-type库与Safari不兼容导致
|
- 修复文件/图片在Safari中无法上传 file-type库与Safari不兼容导致
|
||||||
- 头像裁剪 图片加载失败一直处于loading无法上传
|
- 头像裁剪 图片加载失败一直处于loading无法上传
|
||||||
- 头像裁剪 私有桶会拼接timestamp参数导致sign计算异常无法上传 感谢cropperjs作者 https://github.com/fengyuanchen/cropperjs/issues/1230
|
- 头像裁剪 私有桶会拼接timestamp参数导致sign计算异常无法上传 感谢cropperjs作者 https://github.com/fengyuanchen/cropperjs/issues/1230
|
||||||
|
- 租户选择下拉框会跟随body滚动
|
||||||
|
|
||||||
**OTHER**
|
**OTHER**
|
||||||
|
|
||||||
|
@ -139,6 +139,7 @@ function filterOption(input: string, option: TenantOption) {
|
|||||||
:filter-option="filterOption"
|
:filter-option="filterOption"
|
||||||
:options="tenantList"
|
:options="tenantList"
|
||||||
:placeholder="$t('component.tenantToggle.placeholder')"
|
:placeholder="$t('component.tenantToggle.placeholder')"
|
||||||
|
:dropdown-style="{ position: 'fixed' }"
|
||||||
allow-clear
|
allow-clear
|
||||||
class="w-60"
|
class="w-60"
|
||||||
show-search
|
show-search
|
||||||
|
Loading…
Reference in New Issue
Block a user