优化更多按钮显示问题

This commit is contained in:
youngq 2024-09-23 15:02:13 +08:00
parent ef2eb499ab
commit e06f908816
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "WGShare.Metting",
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"main": "main.js",
"authors": "yj",
"description": "智汇享",

View File

@ -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 () => {