unika-components 1.0.284 → 1.0.286
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.
- package/dist/src/defaultProps.d.ts +12 -23
- package/dist/unika-components.css +37 -37
- package/dist/unika-components.esm.js +14 -18
- package/dist/unika-components.umd.js +14 -18
- package/package.json +1 -1
|
@@ -105,7 +105,6 @@ export declare const commonDefaultProps: {
|
|
|
105
105
|
position: string;
|
|
106
106
|
left: string;
|
|
107
107
|
top: string;
|
|
108
|
-
right: string;
|
|
109
108
|
transform: string;
|
|
110
109
|
};
|
|
111
110
|
export declare const textDefaultProps: {
|
|
@@ -126,7 +125,6 @@ export declare const textDefaultProps: {
|
|
|
126
125
|
position: string;
|
|
127
126
|
left: string;
|
|
128
127
|
top: string;
|
|
129
|
-
right: string;
|
|
130
128
|
transform: string;
|
|
131
129
|
text: string;
|
|
132
130
|
fontSize: string;
|
|
@@ -157,7 +155,6 @@ export declare const imageDefaultProps: {
|
|
|
157
155
|
position: string;
|
|
158
156
|
left: string;
|
|
159
157
|
top: string;
|
|
160
|
-
right: string;
|
|
161
158
|
transform: string;
|
|
162
159
|
imageSrc: string;
|
|
163
160
|
maskImage: string;
|
|
@@ -180,7 +177,6 @@ export declare const shapeDefaultProps: {
|
|
|
180
177
|
position: string;
|
|
181
178
|
left: string;
|
|
182
179
|
top: string;
|
|
183
|
-
right: string;
|
|
184
180
|
transform: string;
|
|
185
181
|
backgroundColor: string;
|
|
186
182
|
};
|
|
@@ -193,10 +189,8 @@ export declare const backgroundDefaultProps: {
|
|
|
193
189
|
backgroundPosition: string;
|
|
194
190
|
zIndex: number;
|
|
195
191
|
position: string;
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
top: number;
|
|
199
|
-
bottom: number;
|
|
192
|
+
left: string;
|
|
193
|
+
top: string;
|
|
200
194
|
width: string;
|
|
201
195
|
height: string;
|
|
202
196
|
overflow: string;
|
|
@@ -246,16 +240,16 @@ export declare const buildUpDefaultProps: {
|
|
|
246
240
|
export declare const calendarDefaultProps: {
|
|
247
241
|
left: string;
|
|
248
242
|
top: string;
|
|
249
|
-
size: string;
|
|
250
243
|
opacity: number;
|
|
251
244
|
position: string;
|
|
252
|
-
backgroundColor: string;
|
|
253
245
|
borderRadius: string;
|
|
254
246
|
borderColor: string;
|
|
255
247
|
borderStyle: string;
|
|
256
248
|
borderWidth: string;
|
|
257
249
|
width: string;
|
|
258
250
|
height: string;
|
|
251
|
+
backgroundColor: string;
|
|
252
|
+
size: string;
|
|
259
253
|
date: string;
|
|
260
254
|
dateColor: string;
|
|
261
255
|
themeColor: string;
|
|
@@ -360,7 +354,6 @@ export declare const likeDefaultProps: {
|
|
|
360
354
|
position: string;
|
|
361
355
|
left: string;
|
|
362
356
|
top: string;
|
|
363
|
-
right: string;
|
|
364
357
|
transform: string;
|
|
365
358
|
};
|
|
366
359
|
export declare const effectDefaultProps: {
|
|
@@ -374,6 +367,7 @@ export declare const effectDefaultProps: {
|
|
|
374
367
|
number: number;
|
|
375
368
|
spead: number;
|
|
376
369
|
transform: string;
|
|
370
|
+
id: string;
|
|
377
371
|
};
|
|
378
372
|
export declare const registerFormDefaultProps: {
|
|
379
373
|
left: string;
|
|
@@ -385,9 +379,9 @@ export declare const registerFormDefaultProps: {
|
|
|
385
379
|
borderStyle: string;
|
|
386
380
|
borderWidth: string;
|
|
387
381
|
borderColor: string;
|
|
382
|
+
opacity: number;
|
|
388
383
|
backgroundColor: string;
|
|
389
384
|
attendanceTimeList: string[];
|
|
390
|
-
opacity: number;
|
|
391
385
|
isPhoneNumber: boolean;
|
|
392
386
|
buttonBackgroundColor: string;
|
|
393
387
|
buttonFontColor: string;
|
|
@@ -452,7 +446,6 @@ export declare const componentsDefaultProps: {
|
|
|
452
446
|
position: string;
|
|
453
447
|
left: string;
|
|
454
448
|
top: string;
|
|
455
|
-
right: string;
|
|
456
449
|
transform: string;
|
|
457
450
|
text: string;
|
|
458
451
|
fontSize: string;
|
|
@@ -485,7 +478,6 @@ export declare const componentsDefaultProps: {
|
|
|
485
478
|
position: string;
|
|
486
479
|
left: string;
|
|
487
480
|
top: string;
|
|
488
|
-
right: string;
|
|
489
481
|
transform: string;
|
|
490
482
|
imageSrc: string;
|
|
491
483
|
maskImage: string;
|
|
@@ -510,7 +502,6 @@ export declare const componentsDefaultProps: {
|
|
|
510
502
|
position: string;
|
|
511
503
|
left: string;
|
|
512
504
|
top: string;
|
|
513
|
-
right: string;
|
|
514
505
|
transform: string;
|
|
515
506
|
backgroundColor: string;
|
|
516
507
|
};
|
|
@@ -541,10 +532,8 @@ export declare const componentsDefaultProps: {
|
|
|
541
532
|
backgroundPosition: string;
|
|
542
533
|
zIndex: number;
|
|
543
534
|
position: string;
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
top: number;
|
|
547
|
-
bottom: number;
|
|
535
|
+
left: string;
|
|
536
|
+
top: string;
|
|
548
537
|
width: string;
|
|
549
538
|
height: string;
|
|
550
539
|
overflow: string;
|
|
@@ -579,16 +568,16 @@ export declare const componentsDefaultProps: {
|
|
|
579
568
|
props: {
|
|
580
569
|
left: string;
|
|
581
570
|
top: string;
|
|
582
|
-
size: string;
|
|
583
571
|
opacity: number;
|
|
584
572
|
position: string;
|
|
585
|
-
backgroundColor: string;
|
|
586
573
|
borderRadius: string;
|
|
587
574
|
borderColor: string;
|
|
588
575
|
borderStyle: string;
|
|
589
576
|
borderWidth: string;
|
|
590
577
|
width: string;
|
|
591
578
|
height: string;
|
|
579
|
+
backgroundColor: string;
|
|
580
|
+
size: string;
|
|
592
581
|
date: string;
|
|
593
582
|
dateColor: string;
|
|
594
583
|
themeColor: string;
|
|
@@ -680,7 +669,6 @@ export declare const componentsDefaultProps: {
|
|
|
680
669
|
position: string;
|
|
681
670
|
left: string;
|
|
682
671
|
top: string;
|
|
683
|
-
right: string;
|
|
684
672
|
transform: string;
|
|
685
673
|
};
|
|
686
674
|
};
|
|
@@ -696,6 +684,7 @@ export declare const componentsDefaultProps: {
|
|
|
696
684
|
number: number;
|
|
697
685
|
spead: number;
|
|
698
686
|
transform: string;
|
|
687
|
+
id: string;
|
|
699
688
|
};
|
|
700
689
|
};
|
|
701
690
|
'uni-register-form': {
|
|
@@ -709,9 +698,9 @@ export declare const componentsDefaultProps: {
|
|
|
709
698
|
borderStyle: string;
|
|
710
699
|
borderWidth: string;
|
|
711
700
|
borderColor: string;
|
|
701
|
+
opacity: number;
|
|
712
702
|
backgroundColor: string;
|
|
713
703
|
attendanceTimeList: string[];
|
|
714
|
-
opacity: number;
|
|
715
704
|
isPhoneNumber: boolean;
|
|
716
705
|
buttonBackgroundColor: string;
|
|
717
706
|
buttonFontColor: string;
|
|
@@ -6,6 +6,19 @@
|
|
|
6
6
|
display: inline-block;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
+
h2.uni-text-component, p.uni-text-component {
|
|
10
|
+
margin-top: 0;
|
|
11
|
+
margin-bottom: 0;
|
|
12
|
+
}
|
|
13
|
+
button.uni-text-component {
|
|
14
|
+
padding: 5px 10px;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
}
|
|
17
|
+
.uni-text-component {
|
|
18
|
+
box-sizing: border-box;
|
|
19
|
+
white-space: pre-wrap;
|
|
20
|
+
}
|
|
21
|
+
|
|
9
22
|
.slide-guide {
|
|
10
23
|
position: absolute;
|
|
11
24
|
bottom: 90px;
|
|
@@ -110,31 +123,6 @@ body, html {
|
|
|
110
123
|
.play-pause-button:hover {
|
|
111
124
|
background: rgba(0, 0, 0, 0.8);
|
|
112
125
|
}
|
|
113
|
-
|
|
114
|
-
h2.uni-text-component, p.uni-text-component {
|
|
115
|
-
margin-top: 0;
|
|
116
|
-
margin-bottom: 0;
|
|
117
|
-
}
|
|
118
|
-
button.uni-text-component {
|
|
119
|
-
padding: 5px 10px;
|
|
120
|
-
cursor: pointer;
|
|
121
|
-
}
|
|
122
|
-
.uni-text-component {
|
|
123
|
-
box-sizing: border-box;
|
|
124
|
-
white-space: pre-wrap;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
.uni-calendar-component {
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
.slot-number {
|
|
132
|
-
position: absolute;
|
|
133
|
-
bottom: 2px;
|
|
134
|
-
left: 7px;
|
|
135
|
-
font-size: 12px;
|
|
136
|
-
color: #666
|
|
137
|
-
}
|
|
138
126
|
|
|
139
127
|
.like-button {
|
|
140
128
|
display: flex;
|
|
@@ -158,22 +146,10 @@ button.uni-text-component {
|
|
|
158
146
|
color: #333;
|
|
159
147
|
}
|
|
160
148
|
|
|
161
|
-
.uni-lotties-component {
|
|
162
|
-
width: 100%;
|
|
163
|
-
height: 100%;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
149
|
.effect {
|
|
167
150
|
width: 100%;
|
|
168
151
|
height: 100%;
|
|
169
152
|
}
|
|
170
|
-
|
|
171
|
-
.uni-svg-component {
|
|
172
|
-
display: inline-block;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.uni-build-up-component {
|
|
176
|
-
}
|
|
177
153
|
|
|
178
154
|
.swiper-warp {
|
|
179
155
|
width: 100%;
|
|
@@ -223,6 +199,30 @@ button.uni-text-component {
|
|
|
223
199
|
margin-bottom: 0px;
|
|
224
200
|
vertical-align: top;
|
|
225
201
|
}
|
|
202
|
+
|
|
203
|
+
.uni-lotties-component {
|
|
204
|
+
width: 100%;
|
|
205
|
+
height: 100%;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.uni-build-up-component {
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
.uni-calendar-component {
|
|
213
|
+
|
|
214
|
+
}
|
|
215
|
+
.slot-number {
|
|
216
|
+
position: absolute;
|
|
217
|
+
bottom: 2px;
|
|
218
|
+
left: 7px;
|
|
219
|
+
font-size: 12px;
|
|
220
|
+
color: #666
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.uni-svg-component {
|
|
224
|
+
display: inline-block;
|
|
225
|
+
}
|
|
226
226
|
/**
|
|
227
227
|
* Swiper 6.8.4
|
|
228
228
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
@@ -4993,7 +4993,7 @@ const commonDefaultProps = {
|
|
|
4993
4993
|
paddingBottom: '0px',
|
|
4994
4994
|
// border type
|
|
4995
4995
|
borderStyle: 'none',
|
|
4996
|
-
borderColor: '#
|
|
4996
|
+
borderColor: '#000000',
|
|
4997
4997
|
borderWidth: '0',
|
|
4998
4998
|
borderRadius: '0',
|
|
4999
4999
|
// shadow and opacity
|
|
@@ -5001,9 +5001,8 @@ const commonDefaultProps = {
|
|
|
5001
5001
|
opacity: 1,
|
|
5002
5002
|
// position and x,y
|
|
5003
5003
|
position: 'absolute',
|
|
5004
|
-
left: '
|
|
5005
|
-
top: '
|
|
5006
|
-
right: '0',
|
|
5004
|
+
left: '0px',
|
|
5005
|
+
top: '0px',
|
|
5007
5006
|
transform: 'rotate(0deg)'
|
|
5008
5007
|
};
|
|
5009
5008
|
const textDefaultProps = {
|
|
@@ -5038,10 +5037,8 @@ const backgroundDefaultProps = {
|
|
|
5038
5037
|
backgroundPosition: '50% 50%',
|
|
5039
5038
|
zIndex: 0,
|
|
5040
5039
|
position: 'absolute',
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
top: 0,
|
|
5044
|
-
bottom: 0,
|
|
5040
|
+
left: '0px',
|
|
5041
|
+
top: '0px',
|
|
5045
5042
|
width: '100%',
|
|
5046
5043
|
height: '100%',
|
|
5047
5044
|
overflow: 'hidden',
|
|
@@ -5091,16 +5088,16 @@ const buildUpDefaultProps = {
|
|
|
5091
5088
|
const calendarDefaultProps = {
|
|
5092
5089
|
left: '25px',
|
|
5093
5090
|
top: '204.5px',
|
|
5094
|
-
size: 'middle',
|
|
5095
5091
|
opacity: 1,
|
|
5096
5092
|
position: 'absolute',
|
|
5097
|
-
backgroundColor: 'rgb(255, 255, 255)',
|
|
5098
5093
|
borderRadius: '0px',
|
|
5099
5094
|
borderColor: 'rgb(237, 85, 102)',
|
|
5100
5095
|
borderStyle: 'solid',
|
|
5101
5096
|
borderWidth: '2px',
|
|
5102
5097
|
width: '325px',
|
|
5103
5098
|
height: '325px',
|
|
5099
|
+
backgroundColor: 'rgb(255, 255, 255)',
|
|
5100
|
+
size: 'middle',
|
|
5104
5101
|
date: '2024-05-21',
|
|
5105
5102
|
dateColor: '#000000',
|
|
5106
5103
|
themeColor: 'rgb(237, 85, 102)',
|
|
@@ -5200,7 +5197,8 @@ const effectDefaultProps = {
|
|
|
5200
5197
|
shape: ['image'],
|
|
5201
5198
|
number: 100,
|
|
5202
5199
|
spead: 5,
|
|
5203
|
-
transform: 'rotate(0deg)'
|
|
5200
|
+
transform: 'rotate(0deg)',
|
|
5201
|
+
id: '1'
|
|
5204
5202
|
};
|
|
5205
5203
|
const registerFormDefaultProps = {
|
|
5206
5204
|
left: '57px',
|
|
@@ -5212,9 +5210,9 @@ const registerFormDefaultProps = {
|
|
|
5212
5210
|
borderStyle: 'solid',
|
|
5213
5211
|
borderWidth: '2px',
|
|
5214
5212
|
borderColor: 'blue',
|
|
5213
|
+
opacity: 1,
|
|
5215
5214
|
backgroundColor: 'rgb(33, 147, 255)',
|
|
5216
5215
|
attendanceTimeList: ['Evening'],
|
|
5217
|
-
opacity: 1,
|
|
5218
5216
|
isPhoneNumber: true,
|
|
5219
5217
|
buttonBackgroundColor: 'blue',
|
|
5220
5218
|
buttonFontColor: 'black',
|
|
@@ -26322,7 +26320,7 @@ script$8.install = (app) => {
|
|
|
26322
26320
|
};
|
|
26323
26321
|
|
|
26324
26322
|
const defaultProps$6 = transformToComponentProps(componentsDefaultProps['uni-effect'].props, isEditingProp);
|
|
26325
|
-
const defaultStyles$5 = without$1(Object.keys(effectDefaultProps), 'actionType', 'url', 'shape', 'number', 'spead');
|
|
26323
|
+
const defaultStyles$5 = without$1(Object.keys(effectDefaultProps), 'actionType', 'url', 'shape', 'number', 'spead', 'id');
|
|
26326
26324
|
// import Particles from './Particles.vue'
|
|
26327
26325
|
// array that contains style props
|
|
26328
26326
|
var script$7 = defineComponent({
|
|
@@ -26670,10 +26668,10 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26670
26668
|
}, [
|
|
26671
26669
|
(openBlock(), createBlock(_component_Particles, {
|
|
26672
26670
|
key: _ctx.particlesKey,
|
|
26673
|
-
id:
|
|
26671
|
+
id: _ctx.id,
|
|
26674
26672
|
options: _ctx.options,
|
|
26675
26673
|
class: "effect"
|
|
26676
|
-
}, null, 8 /* PROPS */, ["options"]))
|
|
26674
|
+
}, null, 8 /* PROPS */, ["id", "options"]))
|
|
26677
26675
|
], 4 /* STYLE */))
|
|
26678
26676
|
}
|
|
26679
26677
|
|
|
@@ -54131,9 +54129,7 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54131
54129
|
style: normalizeStyle$1(_ctx.styleProps),
|
|
54132
54130
|
class: "uni-register-form-component inner-component"
|
|
54133
54131
|
}, [
|
|
54134
|
-
|
|
54135
|
-
style: normalizeStyle$1({ color: _ctx.titleFontColor, textAlign: 'center' })
|
|
54136
|
-
}, "出席人数登记表单", 4 /* STYLE */),
|
|
54132
|
+
createCommentVNode(" <h3 :style=\"{ color: titleFontColor, textAlign: 'center' }\">出席人数登记表单</h3>"),
|
|
54137
54133
|
createVNode(_component_a_form, {
|
|
54138
54134
|
"label-col": _ctx.labelCol,
|
|
54139
54135
|
"wrapper-col": _ctx.wrapperCol,
|
|
@@ -5000,7 +5000,7 @@
|
|
|
5000
5000
|
paddingBottom: '0px',
|
|
5001
5001
|
// border type
|
|
5002
5002
|
borderStyle: 'none',
|
|
5003
|
-
borderColor: '#
|
|
5003
|
+
borderColor: '#000000',
|
|
5004
5004
|
borderWidth: '0',
|
|
5005
5005
|
borderRadius: '0',
|
|
5006
5006
|
// shadow and opacity
|
|
@@ -5008,9 +5008,8 @@
|
|
|
5008
5008
|
opacity: 1,
|
|
5009
5009
|
// position and x,y
|
|
5010
5010
|
position: 'absolute',
|
|
5011
|
-
left: '
|
|
5012
|
-
top: '
|
|
5013
|
-
right: '0',
|
|
5011
|
+
left: '0px',
|
|
5012
|
+
top: '0px',
|
|
5014
5013
|
transform: 'rotate(0deg)'
|
|
5015
5014
|
};
|
|
5016
5015
|
const textDefaultProps = {
|
|
@@ -5045,10 +5044,8 @@
|
|
|
5045
5044
|
backgroundPosition: '50% 50%',
|
|
5046
5045
|
zIndex: 0,
|
|
5047
5046
|
position: 'absolute',
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
top: 0,
|
|
5051
|
-
bottom: 0,
|
|
5047
|
+
left: '0px',
|
|
5048
|
+
top: '0px',
|
|
5052
5049
|
width: '100%',
|
|
5053
5050
|
height: '100%',
|
|
5054
5051
|
overflow: 'hidden',
|
|
@@ -5098,16 +5095,16 @@
|
|
|
5098
5095
|
const calendarDefaultProps = {
|
|
5099
5096
|
left: '25px',
|
|
5100
5097
|
top: '204.5px',
|
|
5101
|
-
size: 'middle',
|
|
5102
5098
|
opacity: 1,
|
|
5103
5099
|
position: 'absolute',
|
|
5104
|
-
backgroundColor: 'rgb(255, 255, 255)',
|
|
5105
5100
|
borderRadius: '0px',
|
|
5106
5101
|
borderColor: 'rgb(237, 85, 102)',
|
|
5107
5102
|
borderStyle: 'solid',
|
|
5108
5103
|
borderWidth: '2px',
|
|
5109
5104
|
width: '325px',
|
|
5110
5105
|
height: '325px',
|
|
5106
|
+
backgroundColor: 'rgb(255, 255, 255)',
|
|
5107
|
+
size: 'middle',
|
|
5111
5108
|
date: '2024-05-21',
|
|
5112
5109
|
dateColor: '#000000',
|
|
5113
5110
|
themeColor: 'rgb(237, 85, 102)',
|
|
@@ -5207,7 +5204,8 @@
|
|
|
5207
5204
|
shape: ['image'],
|
|
5208
5205
|
number: 100,
|
|
5209
5206
|
spead: 5,
|
|
5210
|
-
transform: 'rotate(0deg)'
|
|
5207
|
+
transform: 'rotate(0deg)',
|
|
5208
|
+
id: '1'
|
|
5211
5209
|
};
|
|
5212
5210
|
const registerFormDefaultProps = {
|
|
5213
5211
|
left: '57px',
|
|
@@ -5219,9 +5217,9 @@
|
|
|
5219
5217
|
borderStyle: 'solid',
|
|
5220
5218
|
borderWidth: '2px',
|
|
5221
5219
|
borderColor: 'blue',
|
|
5220
|
+
opacity: 1,
|
|
5222
5221
|
backgroundColor: 'rgb(33, 147, 255)',
|
|
5223
5222
|
attendanceTimeList: ['Evening'],
|
|
5224
|
-
opacity: 1,
|
|
5225
5223
|
isPhoneNumber: true,
|
|
5226
5224
|
buttonBackgroundColor: 'blue',
|
|
5227
5225
|
buttonFontColor: 'black',
|
|
@@ -26329,7 +26327,7 @@
|
|
|
26329
26327
|
};
|
|
26330
26328
|
|
|
26331
26329
|
const defaultProps$6 = transformToComponentProps(componentsDefaultProps['uni-effect'].props, isEditingProp);
|
|
26332
|
-
const defaultStyles$5 = without$1(Object.keys(effectDefaultProps), 'actionType', 'url', 'shape', 'number', 'spead');
|
|
26330
|
+
const defaultStyles$5 = without$1(Object.keys(effectDefaultProps), 'actionType', 'url', 'shape', 'number', 'spead', 'id');
|
|
26333
26331
|
// import Particles from './Particles.vue'
|
|
26334
26332
|
// array that contains style props
|
|
26335
26333
|
var script$7 = vue.defineComponent({
|
|
@@ -26677,10 +26675,10 @@
|
|
|
26677
26675
|
}, [
|
|
26678
26676
|
(vue.openBlock(), vue.createBlock(_component_Particles, {
|
|
26679
26677
|
key: _ctx.particlesKey,
|
|
26680
|
-
id:
|
|
26678
|
+
id: _ctx.id,
|
|
26681
26679
|
options: _ctx.options,
|
|
26682
26680
|
class: "effect"
|
|
26683
|
-
}, null, 8 /* PROPS */, ["options"]))
|
|
26681
|
+
}, null, 8 /* PROPS */, ["id", "options"]))
|
|
26684
26682
|
], 4 /* STYLE */))
|
|
26685
26683
|
}
|
|
26686
26684
|
|
|
@@ -54138,9 +54136,7 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
54138
54136
|
style: vue.normalizeStyle(_ctx.styleProps),
|
|
54139
54137
|
class: "uni-register-form-component inner-component"
|
|
54140
54138
|
}, [
|
|
54141
|
-
vue.
|
|
54142
|
-
style: vue.normalizeStyle({ color: _ctx.titleFontColor, textAlign: 'center' })
|
|
54143
|
-
}, "出席人数登记表单", 4 /* STYLE */),
|
|
54139
|
+
vue.createCommentVNode(" <h3 :style=\"{ color: titleFontColor, textAlign: 'center' }\">出席人数登记表单</h3>"),
|
|
54144
54140
|
vue.createVNode(_component_a_form, {
|
|
54145
54141
|
"label-col": _ctx.labelCol,
|
|
54146
54142
|
"wrapper-col": _ctx.wrapperCol,
|