mali-applet-ui 0.0.72 → 0.0.74

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.
@@ -234,6 +234,7 @@ export default {
234
234
  width: 100%;
235
235
  font-size: 26rpx;
236
236
  box-shadow: 0rpx 0rpx 10rpx -3rpx rgba(0, 0, 0, 0.2);
237
+ background: #fff;
237
238
 
238
239
  // height: 90vh;
239
240
  .table-header {
@@ -242,10 +243,6 @@ export default {
242
243
  z-index: 10;
243
244
  }
244
245
 
245
- .table-body-top {
246
- background: #ffffff;
247
- }
248
-
249
246
  .table-th {
250
247
  display: inline-block;
251
248
  height: 70rpx;
package/index.js CHANGED
@@ -2,6 +2,7 @@ import config from './config'
2
2
  import MaliToast from './modal/toast'
3
3
  import MaliModal from './modal/modal'
4
4
  import MaliLoading from './modal/loading'
5
+ import MaliStorage from './storage'
5
6
  import * as MaliUtils from './utils'
6
7
 
7
8
  const MaliUI = {
@@ -9,14 +10,16 @@ const MaliUI = {
9
10
  MaliUtils,
10
11
  MaliToast,
11
12
  MaliModal,
12
- MaliLoading
13
+ MaliLoading,
14
+ MaliStorage
13
15
  }
14
16
 
15
17
  export {
16
18
  MaliUtils,
17
19
  MaliToast,
18
20
  MaliModal,
19
- MaliLoading
21
+ MaliLoading,
22
+ MaliStorage
20
23
  }
21
24
 
22
25
  export default MaliUI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.0.72",
3
+ "version": "0.0.74",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",