黄琪勇 1 year ago
parent
commit
d9e3712fd3

+ 5 - 4
src/hooks/useDrag/index.module.less

@@ -28,15 +28,16 @@
   position: absolute;
   left: 0;
   top: calc(100% - 10px);
+  z-index: 3000;
   &::before {
     content: "";
     display: block;
     position: fixed;
-    left: 0;
-    top: 0;
+    left: -100%;
+    top: -100%;
     z-index: 9;
-    width: 100vw;
-    height: 100vh;
+    width: 200vw;
+    height: 200vh;
     background: rgba(0,0,0,0.2);
   }
   .guideBg {

BIN
src/page-instrument/view-figner/image/subJect-bg2.png


+ 10 - 3
src/page-instrument/view-figner/index.module.less

@@ -269,6 +269,12 @@
             .notes{
                 padding-bottom: 10px;
                 height: initial;
+                .lastNoteContent{
+                    border-radius: 0 !important; 
+                    .noteBox{
+                        border-radius: 0 !important;
+                    }
+                }
                 .noteContent{
                     padding: 0 10px;
                 }
@@ -571,6 +577,7 @@
             .noteKey{
                 font-size: 12px;
                 position: relative;
+                color: #ffffff;
             }
             .dot {
                 display: inline-block;
@@ -1485,11 +1492,11 @@
 }
 :global{
     .changeSubjectShowBoxClass_drag{
-        height: 247px !important;
+        height: 307px !important;
         background: url('./image/subject-bg2.png') no-repeat center !important;
         background-size: contain !important;
         .changeSubjectContainer_pc{
-            height: 112px !important;
+            height: 168px !important;
         }
         .btnGroups_pc{
             padding-top: 12px !important;
@@ -1498,7 +1505,7 @@
     .tnoteShowBoxClass_drag{
         padding: 49px 17px 30px 24px;
         width: 375px;
-        overflow: hidden;
+        overflow: initial;
         height: 247px !important;
         background: url('./image/subject-bg3.png') no-repeat center !important;
         background-size: contain !important;