askbot-dragon 0.7.37 → 0.7.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": "askbot-dragon",
3
- "version": "0.7.37",
3
+ "version": "0.7.40",
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>
@@ -178,6 +178,7 @@ export default {
178
178
  .asset {
179
179
  width: 100%;
180
180
  box-sizing: border-box;
181
+ padding-right: 15px;
181
182
  }
182
183
  .asset-details {
183
184
  width: 100%;
@@ -216,7 +217,7 @@ export default {
216
217
  }
217
218
  .details-content {
218
219
  width: 100%;
219
- height: 85px;
220
+ min-height: 85px;
220
221
  box-sizing: border-box;
221
222
  padding: 15px 15px;
222
223
  display: flex;
@@ -228,7 +229,7 @@ export default {
228
229
  }
229
230
  .background-null {
230
231
  width: 51px;
231
- height: 51px;
232
+ min-height: 51px;
232
233
  background: #366aff;
233
234
  border-radius: 51px;
234
235
  line-height: 51px;
@@ -304,8 +305,7 @@ export default {
304
305
  }
305
306
  }
306
307
  .description {
307
- max-width: 70%;
308
- flex: 0 1;
308
+ max-width: 95%;
309
309
  .img-view {
310
310
  width: 100%;
311
311
  display: flex;