style: menu style

This commit is contained in:
jialin
2025-02-17 13:49:55 +08:00
parent c60015bd09
commit db53920153
8 changed files with 26 additions and 150 deletions
@@ -386,9 +386,9 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
}
};
const handleClear = () => {
setMessageId();
setImageList([]);
setTokenResult(null);
// setMessageId();
// setImageList([]);
// setTokenResult(null);
};
const handleInputChange = (e: any) => {