shaogen1995 2 سال پیش
والد
کامیت
507c9a6040
3فایلهای تغییر یافته به همراه6 افزوده شده و 16 حذف شده
  1. 5 13
      houtai/src/pages/A1Hot/index.module.scss
  2. 1 1
      houtai/src/pages/A1Hot/index.tsx
  3. 0 2
      houtai/src/pages/A3Goods/GoodsAdd/index.tsx

+ 5 - 13
houtai/src/pages/A1Hot/index.module.scss

@@ -44,7 +44,7 @@
 
           .hotBoxTitRight {
             position: absolute;
-            right: 0;
+            right: 20px;
             top: 50%;
             transform: translateY(-50%);
           }
@@ -72,23 +72,12 @@
         .hotBox2 {
           width: calc(50% - 160px);
           margin: 0 10px;
+          padding: 10px 0 10px 20px;
         }
 
         .hotBox3 {
           width: calc(50% - 160px);
           padding: 10px 0 10px 20px;
-
-          .hotBoxTit {
-            .hotBoxTitRight {
-              right: 20px;
-            }
-          }
-
-          .hotListBox {
-            .row {
-              width: calc(100% - 20px);
-            }
-          }
         }
 
 
@@ -97,8 +86,11 @@
           height: calc(100% - 50px);
           margin-top: 20px;
           overflow-y: auto;
+          overflow-y: overlay;
 
           .row {
+            width: calc(100% - 20px);
+
             height: 60px;
             display: flex;
             justify-content: space-between;

+ 1 - 1
houtai/src/pages/A1Hot/index.tsx

@@ -257,7 +257,7 @@ function Hot() {
               </div>
             </div>
             {/* 场馆数据 */}
-            <div className="hotListBox">
+            <div className="hotListBox mySorrl">
               {list1.map((v) => (
                 <div className="row" key={v.groupKey}>
                   <div className="rowLeft" title={v.groupKey}>

+ 0 - 2
houtai/src/pages/A3Goods/GoodsAdd/index.tsx

@@ -79,9 +79,7 @@ function GoodsAdd({ id, closeMoalFu, addListFu, editListFu }: Props) {
     else {
       setDirCode(Date.now() + "");
       FormBoxRef.current.setFieldsValue({
-        topic: "不展示",
         display: 1,
-        isBarrage: 0,
       });
     }
   }, [getInfoInAPIFu, id]);