@zscreate/zhxy-app-component 1.0.248 → 1.0.249

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.
@@ -147,7 +147,7 @@
147
147
  </view>
148
148
  </view>
149
149
  </view>
150
- <view class="verify-cot" style="position: initial;">
150
+ <view class="verify-cot" :style="{position:item.model === verifyNode ? 'initial' : 'relative'}">
151
151
  <m-textarea
152
152
  :max-length="item.options.commentsLength"
153
153
  show-word-limit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.248",
3
+ "version": "1.0.249",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",