优化更多按钮显示问题
This commit is contained in:
parent
ef2eb499ab
commit
e06f908816
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "WGShare.Metting",
|
||||
"private": true,
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"main": "main.js",
|
||||
"authors": "yj",
|
||||
"description": "智汇享",
|
||||
|
|
|
|||
|
|
@ -206,10 +206,10 @@ const Index: React.FC = () => {
|
|||
<img src={ImageUrl.icon10} alt="" />
|
||||
</div>
|
||||
<div>
|
||||
<Popover
|
||||
{role.ID.includes(userInfo.roleId) ? <Popover
|
||||
content={
|
||||
<div className='meetingContentFooterPopover'>
|
||||
<Popconfirm
|
||||
{userInfo.roleId === '1' ? <Popconfirm
|
||||
title="提示"
|
||||
description={`确定删除该会议吗`}
|
||||
onConfirm={async () => {
|
||||
|
|
@ -228,7 +228,7 @@ const Index: React.FC = () => {
|
|||
cancelText="取消"
|
||||
>
|
||||
<div>删除会议室</div>
|
||||
</Popconfirm>
|
||||
</Popconfirm> : null}
|
||||
<div onClick={() => {
|
||||
changeOpen(index, false)
|
||||
setTimeSelectModal(true)
|
||||
|
|
@ -247,7 +247,7 @@ const Index: React.FC = () => {
|
|||
}}
|
||||
>
|
||||
<Button type="primary" danger>更多</Button>
|
||||
</Popover>
|
||||
</Popover> : null}
|
||||
<Button type="primary"
|
||||
iconPosition={'end'}
|
||||
onClick={async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue