Skip to content

Commit 8fc1904

Browse files
committed
fix(demos): [select,popeditor,slider] fix problem and optimization demo
1 parent 25f049c commit 8fc1904

File tree

78 files changed

+136
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+136
-106
lines changed

examples/sites/demos/pc/app/popeditor/auto-lookup-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const gridOp = ref({
2424
{
2525
field: 'id',
2626
title: 'ID',
27-
width: 40
27+
width: 50
2828
},
2929
{
3030
field: 'name',

examples/sites/demos/pc/app/popeditor/auto-lookup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
{
3030
field: 'id',
3131
title: 'ID',
32-
width: 40
32+
width: 50
3333
},
3434
{
3535
field: 'name',

examples/sites/demos/pc/app/popeditor/auto-reset-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const gridOp = ref({
8282
{
8383
field: 'id',
8484
title: 'ID',
85-
width: 40
85+
width: 50
8686
},
8787
{
8888
field: 'name',

examples/sites/demos/pc/app/popeditor/auto-reset.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
{
8888
field: 'id',
8989
title: 'ID',
90-
width: 40
90+
width: 50
9191
},
9292
{
9393
field: 'name',

examples/sites/demos/pc/app/popeditor/basic-usage-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const gridOp = ref({
8080
{
8181
field: 'id',
8282
title: 'ID',
83-
width: 40
83+
width: 50
8484
},
8585
{
8686
field: 'name',

examples/sites/demos/pc/app/popeditor/basic-usage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
{
8686
field: 'id',
8787
title: 'ID',
88-
width: 40
88+
width: 50
8989
},
9090
{
9191
field: 'name',

examples/sites/demos/pc/app/popeditor/before-close-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const gridOp = ref({
8181
{
8282
field: 'id',
8383
title: 'ID',
84-
width: 40
84+
width: 50
8585
},
8686
{
8787
field: 'name',

examples/sites/demos/pc/app/popeditor/before-close.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686
{
8787
field: 'id',
8888
title: 'ID',
89-
width: 40
89+
width: 50
9090
},
9191
{
9292
field: 'name',

examples/sites/demos/pc/app/popeditor/before-reset-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const gridOp = ref({
8282
{
8383
field: 'id',
8484
title: 'ID',
85-
width: 40
85+
width: 50
8686
},
8787
{
8888
field: 'name',

examples/sites/demos/pc/app/popeditor/before-reset.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
{
8888
field: 'id',
8989
title: 'ID',
90-
width: 40
90+
width: 50
9191
},
9292
{
9393
field: 'name',

0 commit comments

Comments
 (0)