fix(测试跟踪): 功能用例列表左侧模块隐藏后无法展开
--bug=1026502 --user=陈建星 【测试跟踪】功能用例左侧模块伸缩功能不好使 https://www.tapd.cn/55049933/s/1375387
This commit is contained in:
parent
b27c50b72b
commit
89acace02a
|
@ -108,9 +108,9 @@ export default {
|
|||
this.observer = new MutationObserver(() => {
|
||||
// 监听元素的宽度变化,保存在 localStorage 中
|
||||
let width = getComputedStyle(element).getPropertyValue('width');
|
||||
localStorage.setItem(rememberKey, width);
|
||||
// 这里宽度变化设置下默认宽度,否则页面有更新,会导致宽度变回到原来的默认宽度
|
||||
if (!this.asideHidden) {
|
||||
localStorage.setItem(rememberKey, width);
|
||||
// 这里宽度变化设置下默认宽度,否则页面有更新,会导致宽度变回到原来的默认宽度
|
||||
this.defaultWidth = width;
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue