style: change select to radio group

This commit is contained in:
jialin
2024-10-09 14:08:27 +08:00
parent c041d768b2
commit 2b22481443
12 changed files with 118 additions and 66 deletions
@@ -119,7 +119,6 @@ const ContentItem: React.FC<MessageItemProps> = ({
const handleUpdateImgList = useCallback(
(list: { uid: number | string; dataUrl: string }[]) => {
console.log('list===========', data.imgs, list);
updateMessage?.({
role: data.role,
content: data.content,
@@ -12,7 +12,6 @@
.role {
position: relative;
cursor: pointer;
padding: 0 4px;
border-radius: var(--border-radius-mini);
}