king
2023-10-26 742f7d11557526038d332e60a8c8ca18177bc4e4
src/tabviews/zshare/actionList/popupbutton/index.jsx
@@ -237,7 +237,7 @@
        ratio = ratio + 'vw'
      }
      return <Modal
        wrapClassName={'popview-modal ' + (!btn.$view ? '' : 'custom-popview ') + (btn.popshow || '')}
        wrapClassName={`popview-modal popview-${btn.uuid} ` + (!btn.$view ? '' : 'custom-popview ') + (btn.popshow || '')}
        title={btn.label}
        width={ratio}
        maskClosable={btn.clickouter === 'close'}
@@ -275,7 +275,7 @@
      return (
        <Drawer
          title={btn.label}
          className={!btn.$view ? 'table-drawer-popview' : 'custom-drawer-popview' }
          className={!btn.$view ? 'table-drawer-popview' : 'custom-drawer-popview popview-' + btn.uuid}
          width={width}
          height={height}
          maskClosable={btn.clickouter === 'close'}