leisure-core 0.6.13 → 0.6.14

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.
@@ -829,7 +829,7 @@ export default {
829
829
  .menuItem {
830
830
  .menu-item-text {
831
831
  display: inline-block;
832
- max-width: 140px;
832
+ max-width: calc(100% - 10px);
833
833
  overflow: hidden;
834
834
  text-overflow: ellipsis;
835
835
  white-space: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",