zydx-plus 1.33.416 → 1.33.417

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.33.416",
3
+ "version": "1.33.417",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -5,7 +5,7 @@
5
5
  <div class="ed-but" v-if="readOnly">
6
6
  <div class="ed-head-but" v-for="(item,index) in toolbar">
7
7
  <button v-if="item.key === 'but'" class="buts" @click="item.onClick(item,info)"
8
- :style="{color: (item.active)? '#00ff00' :'#000'}">{{ item.title }}
8
+ :style="{color: (item.active)? '#4B0C77' :'#000'}">{{ item.title }}
9
9
  </button>
10
10
  <label v-else-if="item.key === 'upImg' || item.key === 'uploadAtt'">
11
11
  <input type="file" @change="upload($event,item.key)"
@@ -15,7 +15,7 @@
15
15
  <button v-else class="buts" @click="toolTap(item.key)">{{ item.title }}</button>
16
16
  </div>
17
17
  <button v-if="voiceShow" class="buts" @mousedown.stop="speechDown" @click="voice()"
18
- :style="{color: (voiceStatus)? '#00ff00' :'#000'}">{{ voiceStatus ? '关闭语音' : '语音输入' }}
18
+ :style="{color: (voiceStatus)? '#4B0C77' :'#000'}">{{ voiceStatus ? '关闭语音' : '语音输入' }}
19
19
  </button>
20
20
  </div>
21
21
  </div>
@@ -164,7 +164,7 @@ export default {
164
164
  border-bottom: 1px #cccccc dashed;
165
165
  }
166
166
  .active {
167
- color: rgba(21, 212, 97, 1);
167
+ color: #4B0C77;
168
168
  }
169
169
  .ellipse {
170
170
  text-overflow: ellipsis;
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.416',
86
+ version: '1.33.417',
87
87
  install,
88
88
  Calendar,
89
89
  Message,