template-designer 0.3.6 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -395,10 +395,10 @@ const e = {
|
|
|
395
395
|
prop: "LineStyle",
|
|
396
396
|
type: "select",
|
|
397
397
|
label: "样式",
|
|
398
|
-
default:
|
|
398
|
+
default: 1,
|
|
399
399
|
options: [
|
|
400
|
-
{ label: "实线", value:
|
|
401
|
-
{ label: "虚线", value:
|
|
400
|
+
{ label: "实线", value: 1 },
|
|
401
|
+
{ label: "虚线", value: 2 }
|
|
402
402
|
]
|
|
403
403
|
},
|
|
404
404
|
{
|
|
@@ -439,10 +439,10 @@ const e = {
|
|
|
439
439
|
prop: "LineStyle",
|
|
440
440
|
type: "select",
|
|
441
441
|
label: "样式",
|
|
442
|
-
default:
|
|
442
|
+
default: 1,
|
|
443
443
|
options: [
|
|
444
|
-
{ label: "实线", value:
|
|
445
|
-
{ label: "虚线", value:
|
|
444
|
+
{ label: "实线", value: 1 },
|
|
445
|
+
{ label: "虚线", value: 2 }
|
|
446
446
|
]
|
|
447
447
|
}
|
|
448
448
|
]
|