From 40436544f55558d2c8d1c14c68cce79546c60dff Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 一月 2021 16:59:41 +0800 Subject: [PATCH] 2021-01-15 --- src/tabviews/zshare/actionList/popupbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.jsx b/src/tabviews/zshare/actionList/popupbutton/index.jsx index 84db3ce..8baae5f 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.jsx +++ b/src/tabviews/zshare/actionList/popupbutton/index.jsx @@ -185,7 +185,7 @@ <Modal className={'popview-modal ' + (btn.$type === 'CustomPage' ? 'custom-popview' : '')} title={btn.label} - width={'80vw'} + width={'85vw'} maskClosable={false} visible={this.state.visible} onCancel={this.popclose} -- Gitblit v1.8.0