zydx-plus 1.32.285 → 1.32.286

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": "zydx-plus",
3
- "version": "1.32.285",
3
+ "version": "1.32.286",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -2,7 +2,8 @@
2
2
  <div class="choice" v-if="isShow">
3
3
  <div class="choice-title">
4
4
  <div class="choice-title-left">
5
- <span><i>*</i>{{ title }}:</span>
5
+ <!-- <span><i>*</i>{{ title }}:</span>-->
6
+ <span>{{ title }}:</span>
6
7
  <em>({{ text }})</em>
7
8
  </div>
8
9
  <div class="choice-title-right">
@@ -304,4 +305,4 @@ export default {
304
305
  height: 21px;
305
306
  display: inline-block;
306
307
  }
307
- </style>
308
+ </style>
package/src/index.js CHANGED
@@ -81,7 +81,7 @@ function install(app) {
81
81
  }
82
82
 
83
83
  export default {
84
- version: '1.32.285',
84
+ version: '1.32.286',
85
85
  install,
86
86
  Calendar,
87
87
  Message,