unika-components 1.0.202 → 1.0.203
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.
|
@@ -2,30 +2,6 @@
|
|
|
2
2
|
.uni-image-component {
|
|
3
3
|
max-width: 100%;
|
|
4
4
|
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.uni-calendar-component {
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
.slot-number {
|
|
11
|
-
position: absolute;
|
|
12
|
-
bottom: 2px;
|
|
13
|
-
left: 7px;
|
|
14
|
-
font-size: 12px;
|
|
15
|
-
color: #666
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
h2.uni-text-component, p.uni-text-component {
|
|
19
|
-
margin-bottom: 0;
|
|
20
|
-
}
|
|
21
|
-
button.uni-text-component {
|
|
22
|
-
padding: 5px 10px;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
}
|
|
25
|
-
.uni-text-component {
|
|
26
|
-
box-sizing: border-box;
|
|
27
|
-
white-space: pre-wrap;
|
|
28
|
-
}
|
|
29
5
|
|
|
30
6
|
.slide-guide {
|
|
31
7
|
position: absolute;
|
|
@@ -99,6 +75,18 @@ body, html {
|
|
|
99
75
|
transform: translate3d(-50%, -50%, 0);
|
|
100
76
|
}
|
|
101
77
|
}
|
|
78
|
+
|
|
79
|
+
h2.uni-text-component, p.uni-text-component {
|
|
80
|
+
margin-bottom: 0;
|
|
81
|
+
}
|
|
82
|
+
button.uni-text-component {
|
|
83
|
+
padding: 5px 10px;
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
}
|
|
86
|
+
.uni-text-component {
|
|
87
|
+
box-sizing: border-box;
|
|
88
|
+
white-space: pre-wrap;
|
|
89
|
+
}
|
|
102
90
|
|
|
103
91
|
.like-button {
|
|
104
92
|
display: flex;
|
|
@@ -143,6 +131,18 @@ body, html {
|
|
|
143
131
|
background: rgba(0, 0, 0, 0.8);
|
|
144
132
|
}
|
|
145
133
|
|
|
134
|
+
|
|
135
|
+
.uni-calendar-component {
|
|
136
|
+
|
|
137
|
+
}
|
|
138
|
+
.slot-number {
|
|
139
|
+
position: absolute;
|
|
140
|
+
bottom: 2px;
|
|
141
|
+
left: 7px;
|
|
142
|
+
font-size: 12px;
|
|
143
|
+
color: #666
|
|
144
|
+
}
|
|
145
|
+
|
|
146
146
|
.ant-input-number {
|
|
147
147
|
box-sizing: border-box;
|
|
148
148
|
margin: 0;
|
|
@@ -196,13 +196,13 @@ body, html {
|
|
|
196
196
|
max-width: 100%;
|
|
197
197
|
max-height: 100%;
|
|
198
198
|
}
|
|
199
|
-
|
|
200
|
-
.uni-build-up-component {
|
|
201
|
-
}
|
|
202
199
|
|
|
203
200
|
.uni-svg-component {
|
|
204
201
|
display: inline-block;
|
|
205
202
|
}
|
|
203
|
+
|
|
204
|
+
.uni-build-up-component {
|
|
205
|
+
}
|
|
206
206
|
/**
|
|
207
207
|
* Swiper 6.8.4
|
|
208
208
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
@@ -13071,10 +13071,10 @@ var script$h = defineComponent({
|
|
|
13071
13071
|
if (element) {
|
|
13072
13072
|
// element.style.cssText = getComputedCSSText({ width: '100%', height: '100%' });
|
|
13073
13073
|
if (len > 0) {
|
|
13074
|
-
element.style.cssText = getComputedCSSText(oldStyle);
|
|
13074
|
+
element.style.cssText = getComputedCSSText({ ...oldStyle, position: oldStyle.position === 'absolute' ? 'static' : oldStyle.position });
|
|
13075
13075
|
}
|
|
13076
13076
|
else {
|
|
13077
|
-
element.style.cssText = getComputedCSSText(
|
|
13077
|
+
element.style.cssText = getComputedCSSText(oldStyle);
|
|
13078
13078
|
}
|
|
13079
13079
|
}
|
|
13080
13080
|
}
|
|
@@ -13078,10 +13078,10 @@
|
|
|
13078
13078
|
if (element) {
|
|
13079
13079
|
// element.style.cssText = getComputedCSSText({ width: '100%', height: '100%' });
|
|
13080
13080
|
if (len > 0) {
|
|
13081
|
-
element.style.cssText = getComputedCSSText(oldStyle);
|
|
13081
|
+
element.style.cssText = getComputedCSSText({ ...oldStyle, position: oldStyle.position === 'absolute' ? 'static' : oldStyle.position });
|
|
13082
13082
|
}
|
|
13083
13083
|
else {
|
|
13084
|
-
element.style.cssText = getComputedCSSText(
|
|
13084
|
+
element.style.cssText = getComputedCSSText(oldStyle);
|
|
13085
13085
|
}
|
|
13086
13086
|
}
|
|
13087
13087
|
}
|