fix(测试跟踪): 功能用例列表左侧模块隐藏后无法展开

--bug=1026502 --user=陈建星 【测试跟踪】功能用例左侧模块伸缩功能不好使 https://www.tapd.cn/55049933/s/1375387
This commit is contained in:
chenjianxing 2023-05-24 18:54:25 +08:00 committed by jianxing
parent b27c50b72b
commit 89acace02a
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
})