unika-components 1.0.139 → 1.0.140

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,19 +1,15 @@
1
-
2
- .uni-image-component {
3
- max-width: 100%;
4
- }
5
-
6
- h2.uni-text-component, p.uni-text-component {
7
- margin-bottom: 0;
8
- }
9
- button.uni-text-component {
10
- padding: 5px 10px;
11
- cursor: pointer;
12
- }
13
- .uni-text-component {
14
- box-sizing: border-box;
15
- white-space: pre-wrap;
16
- }
1
+
2
+
3
+ .uni-calendar-component {
4
+
5
+ }
6
+ .slot-number {
7
+ position: absolute;
8
+ bottom: 2px;
9
+ left: 7px;
10
+ font-size: 12px;
11
+ color: #666
12
+ }
17
13
 
18
14
  .uni-video-component {
19
15
  position: relative;
@@ -108,17 +104,35 @@ body, html {
108
104
  transform: translate3d(-50%, -50%, 0);
109
105
  }
110
106
  }
107
+
108
+ h2.uni-text-component, p.uni-text-component {
109
+ margin-bottom: 0;
110
+ }
111
+ button.uni-text-component {
112
+ padding: 5px 10px;
113
+ cursor: pointer;
114
+ }
115
+ .uni-text-component {
116
+ box-sizing: border-box;
117
+ white-space: pre-wrap;
118
+ }
119
+
120
+ .uni-image-component {
121
+ max-width: 100%;
122
+ }
111
123
 
124
+ .swiper-warp {
125
+ width: 100%;
126
+ height: 100%;
127
+ }
112
128
 
113
- .uni-calendar-component {
114
-
129
+ .swiper-slide-component {
130
+ text-align: center;
115
131
  }
116
- .slot-number {
117
- position: absolute;
118
- bottom: 2px;
119
- left: 7px;
120
- font-size: 12px;
121
- color: #666
132
+
133
+ .swiper-slide img {
134
+ max-width: 100%;
135
+ max-height: 100%;
122
136
  }
123
137
 
124
138
  .like-button {
@@ -143,25 +157,6 @@ body, html {
143
157
  color: #333;
144
158
  }
145
159
 
146
- .effect {
147
- width: 100%;
148
- height: 100%;
149
- }
150
-
151
- .swiper-warp {
152
- width: 100%;
153
- height: 100%;
154
- }
155
-
156
- .swiper-slide-component {
157
- text-align: center;
158
- }
159
-
160
- .swiper-slide img {
161
- max-width: 100%;
162
- max-height: 100%;
163
- }
164
-
165
160
  .ant-input-number {
166
161
  box-sizing: border-box;
167
162
  margin: 0;
@@ -196,6 +191,11 @@ body, html {
196
191
  margin-bottom: 0px;
197
192
  vertical-align: top;
198
193
  }
194
+
195
+ .effect {
196
+ width: 100%;
197
+ height: 100%;
198
+ }
199
199
  /**
200
200
  * Swiper 6.8.4
201
201
  * Most modern mobile touch slider and framework with hardware accelerated transitions
@@ -16048,6 +16048,7 @@ var script$b = defineComponent({
16048
16048
  // 重用并且简化
16049
16049
  // 抽离并且获得 styleProps
16050
16050
  const styleProps = useStylePick(props, defaultStyles$2);
16051
+ console.log(styleProps);
16051
16052
  const handleClick = useComponentClick(props);
16052
16053
  const dataList = ref([
16053
16054
  { date: '2028-01-31', value: '' }
@@ -16055,6 +16055,7 @@
16055
16055
  // 重用并且简化
16056
16056
  // 抽离并且获得 styleProps
16057
16057
  const styleProps = useStylePick(props, defaultStyles$2);
16058
+ console.log(styleProps);
16058
16059
  const handleClick = useComponentClick(props);
16059
16060
  const dataList = vue.ref([
16060
16061
  { date: '2028-01-31', value: '' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.139",
3
+ "version": "1.0.140",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",