Merge branch 'yongpxu-dev' into develop
This commit is contained in:
@@ -120,7 +120,13 @@ export default function DeviceSelection({
|
||||
|
||||
{/* 设备选择弹窗 */}
|
||||
<Dialog open={dialogOpen} onOpenChange={setDialogOpen}>
|
||||
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col bg-white">
|
||||
<DialogContent
|
||||
className="w-full h-full max-w-none max-h-none flex flex-col bg-white"
|
||||
aria-describedby="device-selection-description"
|
||||
>
|
||||
<div id="device-selection-description" className="sr-only">
|
||||
请选择一个或多个设备,支持搜索和筛选。
|
||||
</div>
|
||||
<DialogHeader>
|
||||
<DialogTitle>选择设备</DialogTitle>
|
||||
</DialogHeader>
|
||||
|
||||
@@ -122,7 +122,13 @@ export function DeviceSelectionDialog({
|
||||
|
||||
return (
|
||||
<Dialog open={open} onOpenChange={onOpenChange}>
|
||||
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col bg-white">
|
||||
<DialogContent
|
||||
className="w-full h-full max-w-none max-h-none flex flex-col bg-white"
|
||||
aria-describedby="device-selection-dialog-description"
|
||||
>
|
||||
<div id="device-selection-dialog-description" className="sr-only">
|
||||
请选择一个或多个设备,支持搜索和筛选。
|
||||
</div>
|
||||
<DialogHeader>
|
||||
<DialogTitle>选择设备</DialogTitle>
|
||||
</DialogHeader>
|
||||
|
||||
@@ -229,7 +229,13 @@ export default function FriendSelection({
|
||||
|
||||
{/* 微信好友选择弹窗 */}
|
||||
<Dialog open={dialogOpen} onOpenChange={setDialogOpen}>
|
||||
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white">
|
||||
<DialogContent
|
||||
className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white"
|
||||
aria-describedby="friend-selection-description"
|
||||
>
|
||||
<div id="friend-selection-description" className="sr-only">
|
||||
请选择一个或多个微信好友,支持搜索和分页。
|
||||
</div>
|
||||
<div className="p-6">
|
||||
<DialogTitle className="text-center text-xl font-medium mb-6">
|
||||
选择微信好友
|
||||
|
||||
@@ -193,7 +193,13 @@ export default function GroupSelection({
|
||||
|
||||
{/* 群组选择弹窗 */}
|
||||
<Dialog open={dialogOpen} onOpenChange={setDialogOpen}>
|
||||
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white">
|
||||
<DialogContent
|
||||
className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white"
|
||||
aria-describedby="group-selection-description"
|
||||
>
|
||||
<div id="group-selection-description" className="sr-only">
|
||||
请选择一个或多个群聊,支持搜索和分页。
|
||||
</div>
|
||||
<div className="p-6">
|
||||
<DialogTitle className="text-center text-xl font-medium mb-6">
|
||||
选择群聊
|
||||
|
||||
Reference in New Issue
Block a user