unika-components 1.0.268 → 1.0.270

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,10 +1,34 @@
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
  .uni-image-component {
3
15
  max-width: 100%;
4
16
  }
5
17
  .uni-image-mask-wrapper {
6
18
  display: inline-block;
7
19
  }
20
+
21
+
22
+ .uni-calendar-component {
23
+
24
+ }
25
+ .slot-number {
26
+ position: absolute;
27
+ bottom: 2px;
28
+ left: 7px;
29
+ font-size: 12px;
30
+ color: #666
31
+ }
8
32
 
9
33
  .slide-guide {
10
34
  position: absolute;
@@ -84,6 +108,33 @@ body, html {
84
108
  .static-transform .uni-text-component {
85
109
  transform: rotate(0deg) !important;
86
110
  }
111
+ .edit-wrapper .uni-build-up, .edit-wrapper .uni-text-component, .edit-wrapper .uni-image-component, .edit-wrapper .uni-shape-component, .edit-wrapper .uni-video-component, .edit-wrapper .uni-music-component
112
+ , .edit-wrapper .uni-countdown-component, .edit-wrapper .uni-calendar-component, .edit-wrapper .uni-swiper-component, .edit-wrapper .uni-effect-component, .edit-wrapper .uni-call-component, .edit-wrapper .uni-button-component, .edit-wrapper .uni-like-component , .edit-wrapper .uni-map-component,
113
+ .edit-wrapper .uni-lotties-component, .edit-wrapper .uni-like-component, .edit-wrapper .uni-background-component, .edit-wrapper .uni-svg-component, .edit-wrapper .uni-register-form-component{
114
+ position: static !important;
115
+ }
116
+
117
+ .like-button {
118
+ display: flex;
119
+ flex-direction: column;
120
+ align-items: center;
121
+ cursor: pointer;
122
+ }
123
+
124
+ .icon-heart {
125
+ font-size: 24px;
126
+ color: #e74c3c;
127
+ }
128
+
129
+ .liked {
130
+ color: #f00; /* 更改颜色以示已赞 */
131
+ }
132
+
133
+ .like-count {
134
+ margin-top: 4px;
135
+ font-size: 16px;
136
+ color: #333;
137
+ }
87
138
 
88
139
  .uni-video-component {
89
140
  position: relative;
@@ -106,18 +157,6 @@ body, html {
106
157
  background: rgba(0, 0, 0, 0.8);
107
158
  }
108
159
 
109
-
110
- .uni-calendar-component {
111
-
112
- }
113
- .slot-number {
114
- position: absolute;
115
- bottom: 2px;
116
- left: 7px;
117
- font-size: 12px;
118
- color: #666
119
- }
120
-
121
160
  .ant-input-number {
122
161
  box-sizing: border-box;
123
162
  margin: 0;
@@ -153,44 +192,10 @@ body, html {
153
192
  vertical-align: top;
154
193
  }
155
194
 
156
- .like-button {
157
- display: flex;
158
- flex-direction: column;
159
- align-items: center;
160
- cursor: pointer;
161
- }
162
-
163
- .icon-heart {
164
- font-size: 24px;
165
- color: #e74c3c;
166
- }
167
-
168
- .liked {
169
- color: #f00; /* 更改颜色以示已赞 */
170
- }
171
-
172
- .like-count {
173
- margin-top: 4px;
174
- font-size: 16px;
175
- color: #333;
176
- }
177
-
178
195
  .uni-lotties-component {
179
196
  width: 100%;
180
197
  height: 100%;
181
198
  }
182
-
183
- h2.uni-text-component, p.uni-text-component {
184
- margin-bottom: 0;
185
- }
186
- button.uni-text-component {
187
- padding: 5px 10px;
188
- cursor: pointer;
189
- }
190
- .uni-text-component {
191
- box-sizing: border-box;
192
- white-space: pre-wrap;
193
- }
194
199
 
195
200
  .effect {
196
201
  width: 100%;
@@ -13249,7 +13249,7 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
13249
13249
  ref: _ctx.setAnimationRef,
13250
13250
  id: `component-${item.id}`,
13251
13251
  key: item.id,
13252
- class: "static-position",
13252
+ class: "edit-wrapper",
13253
13253
  style: normalizeStyle$1(_ctx.filterProps(item.props, ['position', 'top', 'left', 'width', 'height'], true))
13254
13254
  }, [
13255
13255
  (item.name != 'uni-build-up' && !item.isHidden)
@@ -13256,7 +13256,7 @@
13256
13256
  ref: _ctx.setAnimationRef,
13257
13257
  id: `component-${item.id}`,
13258
13258
  key: item.id,
13259
- class: "static-position",
13259
+ class: "edit-wrapper",
13260
13260
  style: vue.normalizeStyle(_ctx.filterProps(item.props, ['position', 'top', 'left', 'width', 'height'], true))
13261
13261
  }, [
13262
13262
  (item.name != 'uni-build-up' && !item.isHidden)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.268",
3
+ "version": "1.0.270",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",