fix: remove close button for reserved alert in role detail page (#5909)

#### What type of PR is this?

/kind bug
/area core
/area ui

#### What this PR does / why we need it:
用户角色详情页面,权限设置提示框关闭按钮不能关闭,增加对应关闭事件!
![image](https://github.com/halo-dev/halo/assets/81747598/2aa93550-8f97-413d-8b88-0d6731587ca7)

#### Does this PR introduce a user-facing change?


```release-note
用户-角色设置-权限设置提示框关闭按钮
```
pull/5917/head
lan-yonghui 2024-05-14 15:02:33 +08:00 committed by GitHub
parent d7b655267e
commit 587dafa66c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ const handleUpdateRole = async () => {
)
"
class="w-full sm:w-1/4"
:closable="false"
/>
</div>