style: css

This commit is contained in:
菜菜酱
2025-09-12 13:56:53 +08:00
parent 2f92304257
commit a1d286f08b
5 changed files with 72 additions and 40 deletions

View File

@@ -69,15 +69,18 @@ const GeneratingComponent: React.FC<GeneratingComponentProps> = ({ task }) => {
<View className="placeholder-icon">🎨</View>
</View>
)}
{/* 图片遮罩层 */}
<View className="progress-overlay" />
{/* 光扫描动画 */}
<View className="scan-light" />
<View className="scan-progress" >{Math.round(progress)}%</View>
</View>
</View>
</View>
{/* 状态文本 */}
<View className="status-section">
<View className="status-title">... {Math.round(progress)}%</View>
<View className="status-title">...</View>
<View className="status-subtitle"></View>
</View>