修改导入样式及增加我也参与此球局

This commit is contained in:
筱野
2025-09-25 22:44:09 +08:00
parent 76d26831ca
commit e35e5068db
9 changed files with 42 additions and 21 deletions

View File

@@ -203,11 +203,11 @@ const AiImportPopup: React.FC<AiImportPopupProps> = ({
{/* 头部 */}
<View className={styles.header}>
<View className={styles.titleContainer}>
<Image src={images.ICON_STARK} className={styles.lightningIcon} />
<Image src={images.ICON_IMPORTANT_BLACK} className={styles.lightningIcon} />
<Text className={styles.title}></Text>
</View>
<View className={styles.closeButton} onClick={onClose}>
<Text className={styles.closeIcon}>×</Text>
<Image src={images.ICON_CLOSE} className={styles.lightningIcon} />
</View>
</View>

View File

@@ -24,12 +24,12 @@
gap: 8px;
.lightningIcon {
width: 16px;
height: 16px;
width: 24px;
height: 24px;
}
.title {
font-size: 16px;
font-size: 22px;
font-weight: 600;
color: #1f2329;
}