jufubao-base 1.0.61-beta1014 → 1.0.61-beta1015

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.61-beta1014",
3
+ "version": "1.0.61-beta1015",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -804,12 +804,11 @@ export default {
804
804
  box-sizing: border-box;
805
805
  height: unit(200, rpx);
806
806
  width: 100%;
807
- margin-top: unit(20, rpx);
808
807
 
809
808
  & > view {
810
809
  width: 100%;
811
810
  height: unit(200, rpx);
812
- padding: unit(10, rpx);
811
+ padding: 0 unit(10, rpx) unit(10, rpx) unit(10, rpx);
813
812
  display: flex;
814
813
  justify-content: center;
815
814
  align-items: center;
@@ -1000,6 +1000,7 @@ export default {
1000
1000
  justify-content: center;
1001
1001
  flex-direction: column;
1002
1002
  align-items: center;
1003
+ padding-bottom: unit(10,rpx);
1003
1004
 
1004
1005
  & > view:first-child {
1005
1006
  width: unit(76, rpx);