fix: 修复option禁用属性无效

style: input默认宽度与select对齐
This commit is contained in:
kailong321200875
2022-11-07 15:09:16 +08:00
parent 73ecc98671
commit 0b671e914e
6 changed files with 51 additions and 29 deletions

View File

@@ -456,6 +456,7 @@ const schema = reactive<FormSchema[]>([
componentProps: {
options: [
{
disabled: true,
label: 'option1',
value: '1'
},
@@ -494,6 +495,7 @@ const schema = reactive<FormSchema[]>([
label: 'option1',
options: [
{
disabled: true,
label: 'option1-1',
value: '1-1'
},
@@ -757,6 +759,7 @@ const schema = reactive<FormSchema[]>([
componentProps: {
options: [
{
disabled: true,
label: 'option-1',
value: '1'
},
@@ -774,6 +777,7 @@ const schema = reactive<FormSchema[]>([
componentProps: {
options: [
{
disabled: true,
label: 'option-1',
value: '1'
},
@@ -797,6 +801,7 @@ const schema = reactive<FormSchema[]>([
componentProps: {
options: [
{
disabled: true,
label: 'option-1',
value: '1'
},
@@ -819,6 +824,7 @@ const schema = reactive<FormSchema[]>([
componentProps: {
options: [
{
disabled: true,
label: 'option-1',
value: '1'
},