centaline-data-driven 1.4.39 → 1.4.40
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 +1 -1
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +2 -2
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +3 -2
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
</div>
|
|
159
159
|
</div>
|
|
160
160
|
<div v-for="(col, index) in collapse" :key="index" class="info-conten-b" v-show="allInfo">
|
|
161
|
-
<div class="info-row
|
|
161
|
+
<div class="info-row">
|
|
162
162
|
<div v-for="(c, i) in col" :key="i" :class="c.singleLine === true ? 'row-i100' : 'row-i'">
|
|
163
163
|
<span>{{ c.label }}</span><span>{{ c.value }}</span>
|
|
164
164
|
</div>
|
|
@@ -1303,7 +1303,7 @@ export default {
|
|
|
1303
1303
|
}
|
|
1304
1304
|
.info-conten-b {
|
|
1305
1305
|
display: flex;
|
|
1306
|
-
margin-top:
|
|
1306
|
+
margin-top: 16px;
|
|
1307
1307
|
.info-row {
|
|
1308
1308
|
display: flex;
|
|
1309
1309
|
width: 100%;
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
</div>
|
|
153
153
|
<!-- 基本资料部分 -->
|
|
154
154
|
<div v-for="(col, index) in collapse" :key="index" class="info-conten-b" v-show="allInfo">
|
|
155
|
-
<div class="info-row
|
|
155
|
+
<div class="info-row">
|
|
156
156
|
<div v-for="(c, i) in col" :key="i" :class="c.singleLine === true ? 'row-i100' : 'row-i'">
|
|
157
157
|
<span>{{ c.label }}</span><span>{{ c.value }}</span>
|
|
158
158
|
</div>
|
|
@@ -1035,6 +1035,7 @@ export default {
|
|
|
1035
1035
|
.mb20 {
|
|
1036
1036
|
margin-bottom: 20px;
|
|
1037
1037
|
}
|
|
1038
|
+
|
|
1038
1039
|
.mr10 {
|
|
1039
1040
|
margin-right: 10px;
|
|
1040
1041
|
}
|
|
@@ -1293,7 +1294,7 @@ export default {
|
|
|
1293
1294
|
}
|
|
1294
1295
|
.info-conten-b {
|
|
1295
1296
|
display: flex;
|
|
1296
|
-
margin-top:
|
|
1297
|
+
margin-top: 16px;
|
|
1297
1298
|
.info-row {
|
|
1298
1299
|
display: flex;
|
|
1299
1300
|
width: 100%;
|