@zscreate/zhxy-app-component 1.0.404 → 1.0.405

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.
@@ -210,8 +210,8 @@
210
210
  </view>
211
211
  <!-- 盖章按钮 -->
212
212
  <view v-if="(item.type === 'hnkj-verify' && item.options.enableSeal || item.type !== 'hnkj-verify' && isSubmitOperation(item.model)) && item.model === verifyNode && sealCache[item.model] && !(models[item.model] && models[item.model].userSeal) && !warpVerifyDisable(item)"
213
- class="verify-seal-btn" @tap="handleVerifySeal(item.model)">
214
- 盖章
213
+ class="verify-seal-btn-wrap">
214
+ <text class="verify-seal-btn" @tap="handleVerifySeal(item.model)">盖章</text>
215
215
  </view>
216
216
  <!-- #ifdef HBSF-MODE -->
217
217
  <view style="display: flex;align-items: center;background-color: #fff;padding: 20rpx 30rpx;" v-if="item.model === verifyNode">
@@ -1776,9 +1776,13 @@ $mybottom: 0; //底部按钮
1776
1776
  }
1777
1777
 
1778
1778
  .verify-seal-btn {
1779
+ display: inline-block;
1779
1780
  padding: 10rpx 24rpx;
1780
1781
  color: #0599d7;
1781
1782
  font-size: 26rpx;
1783
+ background-color: #fff;
1784
+ }
1785
+ .verify-seal-btn-wrap {
1782
1786
  text-align: right;
1783
1787
  background-color: #fff;
1784
1788
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.404",
3
+ "version": "1.0.405",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",