unika-components 1.0.224 → 1.0.226
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.
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
|
|
2
|
+
h2.uni-text-component, p.uni-text-component {
|
|
3
|
+
margin-bottom: 0;
|
|
4
|
+
}
|
|
5
|
+
button.uni-text-component {
|
|
6
|
+
padding: 5px 10px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
.uni-text-component {
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
white-space: pre-wrap;
|
|
12
|
+
}
|
|
13
|
+
|
|
2
14
|
.slide-guide {
|
|
3
15
|
position: absolute;
|
|
4
16
|
bottom: 90px;
|
|
@@ -75,18 +87,18 @@ body, html {
|
|
|
75
87
|
.uni-image-component {
|
|
76
88
|
max-width: 100%;
|
|
77
89
|
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
.uni-calendar-component {
|
|
93
|
+
|
|
94
|
+
}
|
|
95
|
+
.slot-number {
|
|
96
|
+
position: absolute;
|
|
97
|
+
bottom: 2px;
|
|
98
|
+
left: 7px;
|
|
99
|
+
font-size: 12px;
|
|
100
|
+
color: #666
|
|
101
|
+
}
|
|
90
102
|
|
|
91
103
|
.uni-video-component {
|
|
92
104
|
position: relative;
|
|
@@ -109,18 +121,6 @@ button.uni-text-component {
|
|
|
109
121
|
background: rgba(0, 0, 0, 0.8);
|
|
110
122
|
}
|
|
111
123
|
|
|
112
|
-
|
|
113
|
-
.uni-calendar-component {
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
.slot-number {
|
|
117
|
-
position: absolute;
|
|
118
|
-
bottom: 2px;
|
|
119
|
-
left: 7px;
|
|
120
|
-
font-size: 12px;
|
|
121
|
-
color: #666
|
|
122
|
-
}
|
|
123
|
-
|
|
124
124
|
.like-button {
|
|
125
125
|
display: flex;
|
|
126
126
|
flex-direction: column;
|
|
@@ -143,6 +143,11 @@ button.uni-text-component {
|
|
|
143
143
|
color: #333;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
+
.effect {
|
|
147
|
+
width: 100%;
|
|
148
|
+
height: 100%;
|
|
149
|
+
}
|
|
150
|
+
|
|
146
151
|
.ant-input-number {
|
|
147
152
|
box-sizing: border-box;
|
|
148
153
|
margin: 0;
|
|
@@ -194,11 +199,6 @@ button.uni-text-component {
|
|
|
194
199
|
|
|
195
200
|
.uni-build-up-component {
|
|
196
201
|
}
|
|
197
|
-
|
|
198
|
-
.effect {
|
|
199
|
-
width: 100%;
|
|
200
|
-
height: 100%;
|
|
201
|
-
}
|
|
202
202
|
|
|
203
203
|
.uni-svg-component {
|
|
204
204
|
display: inline-block;
|
|
@@ -13247,14 +13247,8 @@ var script$f = defineComponent({
|
|
|
13247
13247
|
name: 'uni-video',
|
|
13248
13248
|
props: {
|
|
13249
13249
|
...defaultProps$c,
|
|
13250
|
-
// videoSrc: {
|
|
13251
|
-
// type: String,
|
|
13252
|
-
// default: ''
|
|
13253
|
-
// }
|
|
13254
|
-
},
|
|
13255
|
-
components: {
|
|
13256
|
-
// FontAwesomeIcon
|
|
13257
13250
|
},
|
|
13251
|
+
components: {},
|
|
13258
13252
|
setup(props) {
|
|
13259
13253
|
// 重用并且简化
|
|
13260
13254
|
// 抽离并且获得 styleProps
|
|
@@ -13315,7 +13309,8 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13315
13309
|
(_ctx.isIFrame)
|
|
13316
13310
|
? (openBlock(), createElementBlock("div", {
|
|
13317
13311
|
key: 0,
|
|
13318
|
-
innerHTML: _ctx.iframeHtml
|
|
13312
|
+
innerHTML: _ctx.iframeHtml,
|
|
13313
|
+
style: {"width":"100%","height":"100%"}
|
|
13319
13314
|
}, null, 8 /* PROPS */, _hoisted_1$9))
|
|
13320
13315
|
: (openBlock(), createElementBlock("video", _hoisted_2$2, [
|
|
13321
13316
|
createElementVNode("source", {
|
|
@@ -22474,13 +22469,9 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22474
22469
|
return (openBlock(), createElementBlock("div", {
|
|
22475
22470
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => (_ctx.handleClick && _ctx.handleClick(...args)), ["prevent"])),
|
|
22476
22471
|
style: normalizeStyle$1(_ctx.styleProps),
|
|
22477
|
-
class: "uni-map-component inner-component"
|
|
22478
|
-
|
|
22479
|
-
|
|
22480
|
-
innerHTML: _ctx.iframeHtml,
|
|
22481
|
-
style: {"width":"100%","height":"100%"}
|
|
22482
|
-
}, null, 8 /* PROPS */, _hoisted_1$5)
|
|
22483
|
-
], 4 /* STYLE */))
|
|
22472
|
+
class: "uni-map-component inner-component",
|
|
22473
|
+
innerHTML: _ctx.iframeHtml
|
|
22474
|
+
}, null, 12 /* STYLE, PROPS */, _hoisted_1$5))
|
|
22484
22475
|
}
|
|
22485
22476
|
|
|
22486
22477
|
script$a.render = render$b;
|
|
@@ -13254,14 +13254,8 @@
|
|
|
13254
13254
|
name: 'uni-video',
|
|
13255
13255
|
props: {
|
|
13256
13256
|
...defaultProps$c,
|
|
13257
|
-
// videoSrc: {
|
|
13258
|
-
// type: String,
|
|
13259
|
-
// default: ''
|
|
13260
|
-
// }
|
|
13261
|
-
},
|
|
13262
|
-
components: {
|
|
13263
|
-
// FontAwesomeIcon
|
|
13264
13257
|
},
|
|
13258
|
+
components: {},
|
|
13265
13259
|
setup(props) {
|
|
13266
13260
|
// 重用并且简化
|
|
13267
13261
|
// 抽离并且获得 styleProps
|
|
@@ -13322,7 +13316,8 @@
|
|
|
13322
13316
|
(_ctx.isIFrame)
|
|
13323
13317
|
? (vue.openBlock(), vue.createElementBlock("div", {
|
|
13324
13318
|
key: 0,
|
|
13325
|
-
innerHTML: _ctx.iframeHtml
|
|
13319
|
+
innerHTML: _ctx.iframeHtml,
|
|
13320
|
+
style: {"width":"100%","height":"100%"}
|
|
13326
13321
|
}, null, 8 /* PROPS */, _hoisted_1$9))
|
|
13327
13322
|
: (vue.openBlock(), vue.createElementBlock("video", _hoisted_2$2, [
|
|
13328
13323
|
vue.createElementVNode("source", {
|
|
@@ -22481,13 +22476,9 @@
|
|
|
22481
22476
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
22482
22477
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers((...args) => (_ctx.handleClick && _ctx.handleClick(...args)), ["prevent"])),
|
|
22483
22478
|
style: vue.normalizeStyle(_ctx.styleProps),
|
|
22484
|
-
class: "uni-map-component inner-component"
|
|
22485
|
-
|
|
22486
|
-
|
|
22487
|
-
innerHTML: _ctx.iframeHtml,
|
|
22488
|
-
style: {"width":"100%","height":"100%"}
|
|
22489
|
-
}, null, 8 /* PROPS */, _hoisted_1$5)
|
|
22490
|
-
], 4 /* STYLE */))
|
|
22479
|
+
class: "uni-map-component inner-component",
|
|
22480
|
+
innerHTML: _ctx.iframeHtml
|
|
22481
|
+
}, null, 12 /* STYLE, PROPS */, _hoisted_1$5))
|
|
22491
22482
|
}
|
|
22492
22483
|
|
|
22493
22484
|
script$a.render = render$b;
|