shaogen1995 2 년 전
부모
커밋
adf8c88272

+ 1 - 1
houtai/src/pages/B2Goods/index.module.scss

@@ -20,7 +20,7 @@
       .ant-table-body{
         height: 560px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
         .ant-table-row{
           .ant-table-cell{
             padding: 8px;

+ 1 - 1
houtai/src/pages/B3Wall/WallTable/index.module.scss

@@ -25,7 +25,7 @@
       .ant-table-body {
         height: 560px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
         .ant-table-row{
           .ant-table-cell{
             padding: 8px;

+ 1 - 1
houtai/src/pages/B4Barrage/index.module.scss

@@ -31,7 +31,7 @@
       .ant-table-body {
         height: 580px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
 
         .ant-table-row {
           .ant-table-cell {

+ 1 - 1
houtai/src/pages/B5Topic/index.module.scss

@@ -21,7 +21,7 @@
       .ant-table-body {
         height: 620px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
 
         .ant-table-row {
           .ant-table-cell {

+ 1 - 1
houtai/src/pages/B6Smart/SmartHotTable/index.module.scss

@@ -17,7 +17,7 @@
       .ant-table-body {
         height: 215px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
 
         .ant-table-row {
           .ant-table-cell {

+ 1 - 1
houtai/src/pages/B6Smart/index.module.scss

@@ -63,7 +63,7 @@
         .ant-table-body {
           height: 300px;
           overflow-y: auto !important;
-          overflow-y: overlay !important;
+          // overflow-y: overlay !important;
 
           .ant-table-row {
             .ant-table-cell {

+ 1 - 1
houtai/src/pages/C1User/index.module.scss

@@ -19,7 +19,7 @@
       .ant-table-body {
         height: 620px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
 
         .ant-table-row {
           .ant-table-cell {

+ 1 - 1
houtai/src/pages/C2Role/index.module.scss

@@ -19,7 +19,7 @@
       .ant-table-body {
         height: 620px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
 
         .ant-table-row {
           .ant-table-cell {

+ 1 - 1
houtai/src/pages/C3Log/index.module.scss

@@ -25,7 +25,7 @@
       .ant-table-body {
         height: 608px;
         overflow-y: auto !important;
-        overflow-y: overlay !important;
+        // overflow-y: overlay !important;
 
       }
     }

+ 1 - 1
pc/src/pages/A2Main/GoodsInfo/index.tsx

@@ -83,7 +83,7 @@ function GoodsInfo({ isOpen, id, closePage }: Props) {
     window.setTimeout(() => {
       setRight5(false);
     }, 3000);
-    let OrderNumber = window.location.origin + "/#/goods?id=" + id;
+    let OrderNumber = window.location.origin + "/pc/#/goods?id=" + id;
     let newInput = document.createElement("input");
     newInput.value = OrderNumber;
     document.body.appendChild(newInput);