zydx-plus 1.32.201 → 1.32.202

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.201",
3
+ "version": "1.32.202",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -558,7 +558,9 @@ export default {
558
558
  padding: 2px 5px;
559
559
  cursor: pointer;
560
560
  min-width: 60px;
561
- height: 21px;
561
+ height: 20px;
562
+ display: inline-block;
563
+ line-height: 16px;
562
564
  }
563
565
  .but-f{
564
566
  float: 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.201',
80
+ version: '1.32.202',
81
81
  install,
82
82
  Calendar,
83
83
  Message,