mali-applet-ui 0.1.81 → 0.1.83
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.
|
@@ -41,6 +41,7 @@ export default {
|
|
|
41
41
|
<style lang="scss">
|
|
42
42
|
.ml-col {
|
|
43
43
|
white-space: normal;
|
|
44
|
+
word-break: keep-all;
|
|
44
45
|
$spans: 4.16667%, 8.33333%, 12.5%, 16.66667%, 20.83333%, 25%, 29.16667%, 33.33333%,
|
|
45
46
|
37.5%, 41.66667%, 45.83333%, 50%, 54.16667%, 58.33333%, 62.5%, 66.66667%,
|
|
46
47
|
70.83333%, 75%, 79.16667%, 83.33333%, 87.5%, 91.66667%, 95.83333%, 100%;
|
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
padding: 20rpx 4rpx;
|
|
117
117
|
}
|
|
118
118
|
.ml-input-inp {
|
|
119
|
-
padding: 0
|
|
119
|
+
padding: 0 10rpx;
|
|
120
120
|
height: 70rpx;
|
|
121
121
|
width: 100%;
|
|
122
122
|
font-size: $uni-font-size-base;
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
139
139
|
align-items: center;
|
|
140
140
|
justify-content: center;
|
|
141
141
|
border: 1px solid #e5e5e5;
|
|
142
|
-
font-size:
|
|
142
|
+
font-size: 34rpx;
|
|
143
143
|
padding: 0 10rpx;
|
|
144
144
|
color: rgba(0, 0, 0, 0.4);
|
|
145
145
|
}
|
package/package.json
CHANGED
|
@@ -1,38 +1,41 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mali-applet-ui",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "码里云小程序组件库",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "mali-applet-ui",
|
|
3
|
+
"version": "0.1.83",
|
|
4
|
+
"description": "码里云小程序组件库",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"publish": "node script/publish.js && npm publish"
|
|
7
|
+
},
|
|
8
|
+
"files": [
|
|
9
|
+
"components",
|
|
10
|
+
"config",
|
|
11
|
+
"utils",
|
|
12
|
+
"modal",
|
|
13
|
+
"storage",
|
|
14
|
+
"iconfont.css",
|
|
15
|
+
"index.js",
|
|
16
|
+
"theme.scss"
|
|
17
|
+
],
|
|
18
|
+
"main": "index.js",
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"vuex": "^4.0.2",
|
|
21
|
+
"xe-utils": "3.5.7"
|
|
22
|
+
},
|
|
23
|
+
"uni-app": {
|
|
24
|
+
"scripts": {
|
|
25
|
+
"mp-dingtalk": {
|
|
26
|
+
"title": "钉钉开发者工具",
|
|
27
|
+
"env": {
|
|
28
|
+
"UNI_PLATFORM": "mp-alipay"
|
|
29
|
+
},
|
|
30
|
+
"define": {
|
|
31
|
+
"MP-DINGTALK": true
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"author": "xu_liangzhan@163.com",
|
|
37
|
+
"keywords": [
|
|
38
|
+
"mali-ui",
|
|
39
|
+
"mali-applet-ui"
|
|
40
|
+
]
|
|
41
|
+
}
|