@zscreate/zhxy-app-component 1.0.370 → 1.0.371
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<view class="form-item"
|
|
3
|
-
:class="{ showFalse: showFalse, isScroll: isScroll, isCorrected: widget.options.isCorrected ? true : false, tableItemview0 :tableKey && (itemkey % 3) == 0, tableItemview1 : tableKey && (itemkey % 3) == 1,tableItemview2 : tableKey && (itemkey % 3) == 2, }"
|
|
3
|
+
:class="{ showFalse: showFalse, isScroll: isScroll,canCorrect: isCorrect && widget.options.canCorrect, isCorrected: widget.options.isCorrected ? true : false, tableItemview0 :tableKey && (itemkey % 3) == 0, tableItemview1 : tableKey && (itemkey % 3) == 1,tableItemview2 : tableKey && (itemkey % 3) == 2, }"
|
|
4
4
|
@click="resetShowFalse">
|
|
5
5
|
<view v-if="widget.options.isCorrected" class="editCorrent correctedWrap" >
|
|
6
6
|
<view @click.native="CorrentItem">原值是: {{ correctOldValue(widget.options.oldValue) }}</view>
|
|
@@ -2870,6 +2870,11 @@ checkbox-group label {
|
|
|
2870
2870
|
//border-top: 2upx solid #ff0000;
|
|
2871
2871
|
//border-bottom: 2upx solid #ff0000;
|
|
2872
2872
|
}
|
|
2873
|
+
.canCorrect {
|
|
2874
|
+
.evan-form-item-container__label {
|
|
2875
|
+
width: 90% !important;
|
|
2876
|
+
}
|
|
2877
|
+
}
|
|
2873
2878
|
|
|
2874
2879
|
.showFalse {
|
|
2875
2880
|
// border-left: 1px dashed rgba(255,0,0,0.4);
|