askbot-dragon 0.7.36 → 0.7.37

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.36",
3
+ "version": "0.7.37",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -37,13 +37,15 @@
37
37
  <p>
38
38
  <i class="iconfont guoran-miaoshu"></i>
39
39
  <section class="description">
40
- <section class="img-view" v-if="imgList.length != 0">
41
- <template v-for="(item,index) in imgList">
42
- <img :src="item" alt="" :key="index">
40
+ <section class="img-view" v-if="imgList.length != 0">
41
+ <template v-for="(item, index) in imgList">
42
+ <img :src="item" alt="" :key="index" />
43
43
  </template>
44
44
  </section>
45
+ <span>{{
46
+ dataDetails.description ? dataDetails.description : "--"
47
+ }}</span>
45
48
  </section>
46
- <b>{{ dataDetails.description ? dataDetails.description : "--" }}</b>
47
49
  </p>
48
50
  <p>
49
51
  <i class="arsenal_icon arsenalweizhi"></i>
@@ -176,7 +178,6 @@ export default {
176
178
  .asset {
177
179
  width: 100%;
178
180
  box-sizing: border-box;
179
- padding: 8px 15px;
180
181
  }
181
182
  .asset-details {
182
183
  width: 100%;
@@ -304,6 +305,7 @@ export default {
304
305
  }
305
306
  .description {
306
307
  max-width: 70%;
308
+ flex: 0 1;
307
309
  .img-view {
308
310
  width: 100%;
309
311
  display: flex;