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
|
@@ -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;
|