@zscreate/zhxy-app-component 1.0.248 → 1.0.251
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.
|
@@ -2157,11 +2157,16 @@ checkbox-group label {
|
|
|
2157
2157
|
.option-time-icon {
|
|
2158
2158
|
width: 150rpx;
|
|
2159
2159
|
}
|
|
2160
|
-
|
|
2160
|
+
// #ifdef MP-WEIXIN
|
|
2161
|
+
::v-deep .uni-calendar__mask {
|
|
2162
|
+
z-index: 10;
|
|
2163
|
+
}
|
|
2164
|
+
// #endif
|
|
2165
|
+
//#ifdef H5
|
|
2161
2166
|
::v-deep .uni-calendar__mask {
|
|
2162
2167
|
z-index: 999;
|
|
2163
2168
|
}
|
|
2164
|
-
|
|
2169
|
+
// #endif
|
|
2165
2170
|
|
|
2166
2171
|
|
|
2167
2172
|
.location-form-item {
|
|
@@ -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
|