zydx-plus 1.35.575 → 1.35.576

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.35.575",
3
+ "version": "1.35.576",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -102,7 +102,7 @@
102
102
  <Year v-if="tipYear" style="top: 35px;" @cancel="cancelYear" @confirm="confirmYear($event,item)"></Year>
103
103
  </div>
104
104
  <div v-if="item.type === 'text'" class="text" v-html="item.value"></div>
105
- <div v-if="item.type === 'text2'" class="text2" v-html="item.value"></div>
105
+ <div v-if="item.type === 'text2'" class="input-text2" v-html="item.value"></div>
106
106
  <div v-if="item.type === 'code'" class="ph-code">
107
107
  <input type="text" v-model="item.value" :maxlength="item.maxlength" :placeholder="item.placeholder"/>
108
108
  <button ref="tipID" @click="item.codeTap($refs.tipID[0],inputArr)">{{
@@ -383,7 +383,7 @@ export default {
383
383
  :deep(.text) {
384
384
  padding:0 10px;
385
385
  }
386
- .text2{
386
+ .input-text2{
387
387
  font-size: 16px;
388
388
  text-indent: 2em;
389
389
  text-align: left;
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.575',
92
+ version: '1.35.576',
93
93
  install,
94
94
  Calendar,
95
95
  Message,