fix: 应为最大高度而非固定高度
This commit is contained in:
parent
6677d5cfa8
commit
415176b2ee
@ -60,7 +60,7 @@ const formSchema = computed((): VbenFormSchema[] => {
|
|||||||
component: 'VbenSelect',
|
component: 'VbenSelect',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
class: 'bg-background h-[40px] focus:border-primary',
|
class: 'bg-background h-[40px] focus:border-primary',
|
||||||
contentClass: 'h-[256px] overflow-y-auto',
|
contentClass: 'max-h-[256px] overflow-y-auto',
|
||||||
options: tenantInfo.value.voList?.map((item) => ({
|
options: tenantInfo.value.voList?.map((item) => ({
|
||||||
label: item.companyName,
|
label: item.companyName,
|
||||||
value: item.tenantId,
|
value: item.tenantId,
|
||||||
|
Loading…
Reference in New Issue
Block a user