From 4c6bdfe1f3557e49a315c1564bcb6164c0bc7faa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 03 四月 2020 18:27:22 +0800 Subject: [PATCH] 2020-04-03 --- src/tabviews/zshare/actionList/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx index 70767bc..1368487 100644 --- a/src/tabviews/zshare/actionList/index.jsx +++ b/src/tabviews/zshare/actionList/index.jsx @@ -2461,7 +2461,7 @@ title = execAction.setting.title width = execAction.setting.width + 'vw' - if (execAction.setting.container === 'tab' && this.props.ContainerId) { + if (this.props.type === 'main' && execAction.setting.container === 'tab' && this.props.ContainerId) { width = execAction.setting.width + '%' container = () => document.getElementById(this.props.ContainerId) } -- Gitblit v1.8.0