zydx-plus 1.32.210 → 1.32.211

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.210",
3
+ "version": "1.32.211",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -503,6 +503,14 @@ export default {
503
503
  .ed-head-but{
504
504
  display: inline-block;
505
505
  }
506
+ .ed-head-but label{
507
+ display: inline-block;
508
+ width: 100%;
509
+ height: 100%;
510
+ }
511
+ .ed-head-but label span{
512
+ line-height: 15px !important;
513
+ }
506
514
  .ed-title{
507
515
  flex: 1;
508
516
  text-align: left;
package/src/index.js CHANGED
@@ -77,7 +77,7 @@ function install(app) {
77
77
  }
78
78
 
79
79
  export default {
80
- version: '1.32.210',
80
+ version: '1.32.211',
81
81
  install,
82
82
  Calendar,
83
83
  Message,