gxd-uni-library-editx 1.0.164 → 1.0.166

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": "gxd-uni-library-editx",
3
- "version": "1.0.164",
3
+ "version": "1.0.166",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <view v-if="status" :style="[wrapStyle, {margin: '0 auto'}]">
2
+ <view v-if="status" :style="[wrapStyle]">
3
3
  <button
4
4
  v-if="openType === 'getPhoneNumber' || openType === 'getUserInfo' || openType === 'chooseAvatar'"
5
5
  :disabled="disabled"
@@ -283,6 +283,7 @@
283
283
  justify-content: center;
284
284
  align-items: flex-end;
285
285
  align-content: flex-end;
286
+ margin-right: 12rpx;
286
287
  }
287
288
 
288
289
  }