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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.39",
3
+ "version": "1.4.40",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -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 mb20">
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: 15px;
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 mb20">
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: 15px;
1297
+ margin-top: 16px;
1297
1298
  .info-row {
1298
1299
  display: flex;
1299
1300
  width: 100%;