From 4ef0342708910d02453fdcfae2148eadbf6d7004 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 05 六月 2024 11:34:21 +0800 Subject: [PATCH] 1、设备综合效率分析页面表格列属性ellipsis开启后内容若超出盒子宽度则出现与表头错位现象,而无法实现ellipsis开启后内容超出单元格则省略功能,现采取增加列宽度方式且关闭ellipsis属性功能方法解决问题 2、设备综合效率分析页面调整计算表格垂直滚动条方法以试图解决项目服务器上无法正常显示水平滚动条问题 --- src/components/tools/UserMenu.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue index 3da3327..54fe97a 100644 --- a/src/components/tools/UserMenu.vue +++ b/src/components/tools/UserMenu.vue @@ -185,7 +185,7 @@ return that.Logout({}).then(() => { // update-begin author:wangshuai date:20200601 for: 閫�鍑虹櫥褰曡烦杞櫥褰曢〉闈� that.$router.push({ path: '/user/login' }); - window.location.reload() + // window.location.reload() // update-end author:wangshuai date:20200601 for: 閫�鍑虹櫥褰曡烦杞櫥褰曢〉闈� }).catch(err => { that.$message.error({ -- Gitblit v1.9.3