feat: 球局详情管理 未完

This commit is contained in:
2025-09-16 17:30:30 +08:00
parent 1b4c8f9e73
commit 7dea93acde
10 changed files with 480 additions and 210 deletions

View File

@@ -31,7 +31,8 @@
}
.upload-popup-scroll-view {
max-height: calc(100vh - 260px);
// max-height: calc(100vh - 260px);
height: 440px;
overflow-y: auto;
.upload-popup-image-list {
@@ -124,7 +125,7 @@
display: flex;
width: 100%;
height: 62px;
padding: 8px 10px 10px 10px;
padding: 8px 10px 50px 10px;
box-sizing: border-box;
justify-content: center;
align-items: flex-start;

View File

@@ -121,6 +121,7 @@ export default forwardRef(function UploadImage(props: UploadImageProps, ref) {
<ScrollView
scrollY
className="upload-popup-scroll-view"
// style={{ height: images.length / 3 * }}
>
{images.length > 0 ? (
<View className="upload-popup-image-list">