askbot-dragon 0.7.38 → 0.7.41

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": "askbot-dragon",
3
- "version": "0.7.38",
3
+ "version": "0.7.41",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -15,7 +15,7 @@
15
15
  alt=""
16
16
  />
17
17
  <div class="background-null" v-else>
18
- {{ dataDetails.productName[0] | filterName }}
18
+ {{ dataDetails.productName | filterName }}
19
19
  </div>
20
20
  <div class="content-text">
21
21
  <p class="text-title">{{ dataDetails.productName }}</p>
@@ -217,7 +217,7 @@ export default {
217
217
  }
218
218
  .details-content {
219
219
  width: 100%;
220
- height: 85px;
220
+ min-height: 85px;
221
221
  box-sizing: border-box;
222
222
  padding: 15px 15px;
223
223
  display: flex;
@@ -229,7 +229,7 @@ export default {
229
229
  }
230
230
  .background-null {
231
231
  width: 51px;
232
- height: 51px;
232
+ min-height: 51px;
233
233
  background: #366aff;
234
234
  border-radius: 51px;
235
235
  line-height: 51px;
@@ -335,7 +335,7 @@
335
335
  </template>
336
336
  </van-field>
337
337
  </div>
338
- <div v-else-if="item.formField.type==='SELECT'" class="form-field-item-value">
338
+ <div v-else-if="item.formField.type==='SELECT' || item.formField.type==='OPTIONS'" class="form-field-item-value">
339
339
  <van-field
340
340
  readonly
341
341
  clickable