修改智能导入
This commit is contained in:
@@ -207,7 +207,7 @@ const AiImportPopup: React.FC<AiImportPopupProps> = ({
|
|||||||
<Text className={styles.title}>智能导入球局信息</Text>
|
<Text className={styles.title}>智能导入球局信息</Text>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.closeButton} onClick={onClose}>
|
<View className={styles.closeButton} onClick={onClose}>
|
||||||
<Image src={images.ICON_CLOSE} className={styles.lightningIcon} />
|
<Image src={images.ICON_CLOSE} className={styles.lightningIcon} />
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|||||||
@@ -9,14 +9,14 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
background: rgba(0, 0, 0, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 16px 20px;
|
padding: 16px;
|
||||||
border-bottom: 1px solid #f0f1f5;
|
|
||||||
|
|
||||||
.titleContainer {
|
.titleContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -36,24 +36,26 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.closeButton {
|
.closeButton {
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
display: flex;
|
||||||
|
width: 40px;
|
||||||
.closeIcon {
|
height: 40px;
|
||||||
font-size: 20px;
|
box-sizing: border-box;
|
||||||
color: #8a8a8a;
|
border-radius: 999px;
|
||||||
line-height: 1;
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
||||||
|
background: #FFF;
|
||||||
|
box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.06);
|
||||||
|
.lightningIcon{
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.textAreaContainer {
|
.textAreaContainer {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 16px 20px;
|
padding: 0 16px 12px 16px;
|
||||||
|
|
||||||
.textArea {
|
.textArea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -87,7 +89,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.imageRecognitionContainer {
|
.imageRecognitionContainer {
|
||||||
padding: 0 20px 16px;
|
padding: 0 20px;
|
||||||
|
|
||||||
.imageRecognitionButton {
|
.imageRecognitionButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -126,7 +128,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bottomButtons {
|
.bottomButtons {
|
||||||
padding: 16px 20px 20px;
|
padding: 28px 16px 16px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
padding-bottom: calc(20px + env(safe-area-inset-bottom));
|
padding-bottom: calc(20px + env(safe-area-inset-bottom));
|
||||||
|
|||||||
Reference in New Issue
Block a user