diff --git a/src/mod_user/orderList/index.tsx b/src/mod_user/orderList/index.tsx
index 51d1aab..b72ccc3 100644
--- a/src/mod_user/orderList/index.tsx
+++ b/src/mod_user/orderList/index.tsx
@@ -27,7 +27,12 @@ const OrderList = () => {
{item?.game_info?.title}
-
+
+
+
+
+
+
)
})
diff --git a/src/pages/detail/index.scss b/src/pages/detail/index.scss
index e3b6554..76fe0de 100644
--- a/src/pages/detail/index.scss
+++ b/src/pages/detail/index.scss
@@ -93,6 +93,12 @@
padding: 15px 15px 0;
box-sizing: border-box;
overflow-x: scroll;
+ &::-webkit-scrollbar {
+ display: none;
+ width: 0;
+ height: 0;
+ color: transparent; /* 透明色 */
+ }
.detail-swiper-scroll-container {
display: flex;
@@ -394,10 +400,12 @@
align-items: center;
justify-content: center;
overflow: hidden;
+ border-radius: 12px;
&-map {
width: 100%;
height: 95px;
+ border-radius: 12px;
}
}
}
diff --git a/src/pages/detail/index.tsx b/src/pages/detail/index.tsx
index 21c9851..1990f6f 100644
--- a/src/pages/detail/index.tsx
+++ b/src/pages/detail/index.tsx
@@ -454,20 +454,20 @@ function GameInfo(props) {
{longitude && latitude && (