cnhis-design-vue 2.1.15 → 2.1.16

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": "cnhis-design-vue",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "前端业务UI库",
5
5
  "keyword": "cnhis-design-vue vue cnhis",
6
6
  "homepage": "http://dv.cnhis.com/",
@@ -215,7 +215,7 @@ export default {
215
215
  return;
216
216
  }
217
217
  btnTotalWidth += (this.btnShowWidthObj[btn.id] || 0) + 10;
218
- if (btnTotalWidth < (wrapWidth-15)) {
218
+ if (btnTotalWidth < (wrapWidth)) {
219
219
  btn.showType = '_show';
220
220
  } else {
221
221
  btn.showType = '_hide';