zydx-plus 1.32.231 → 1.32.232

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.231",
3
+ "version": "1.32.232",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -169,6 +169,7 @@ export default defineComponent({
169
169
 
170
170
  .custom-select.readonly .select-css {
171
171
  border: 1px solid transparent;
172
+ box-shadow: none;
172
173
  }
173
174
 
174
175
  .select-css {
package/src/index.js CHANGED
@@ -79,7 +79,7 @@ function install(app) {
79
79
  }
80
80
 
81
81
  export default {
82
- version: '1.32.231',
82
+ version: '1.32.232',
83
83
  install,
84
84
  Calendar,
85
85
  Message,