jufubao-base 1.0.130 → 1.0.131

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.130",
3
+ "version": "1.0.131",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -1291,11 +1291,12 @@ export default {
1291
1291
  &__body {
1292
1292
  color: #333;
1293
1293
  .logo-icon {
1294
- width: unit(100, rpx) !important;
1295
- height: unit(100, rpx) !important;
1294
+ width: unit(80, rpx) !important;
1295
+ height: unit(80, rpx) !important;
1296
1296
  position: absolute;
1297
1297
  top: 50%;
1298
1298
  transform: translate(-50rpx, -50rpx);
1299
+ margin-top: 0;
1299
1300
  }
1300
1301
  &-show {
1301
1302
  display: flex;
@@ -730,11 +730,12 @@ export default {
730
730
  }
731
731
 
732
732
  .logo-icon {
733
- width: unit(100, rpx) !important;
734
- height: unit(100, rpx) !important;
733
+ width: unit(80, rpx) !important;
734
+ height: unit(80, rpx) !important;
735
735
  position: absolute;
736
736
  top: 50%;
737
737
  transform: translate(-50rpx, -50rpx);
738
+ margin-top: 0;
738
739
 
739
740
 
740
741
  }