Prechádzať zdrojové kódy

style: 返回按钮样式

TIANYONG 1 rok pred
rodič
commit
e8ccb457c0

+ 2 - 1
src/page-instrument/header-top/index.module.less

@@ -4,7 +4,7 @@
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
     flex-shrink: 0;
     flex-shrink: 0;
-    padding: 0 20px;
+    padding: 0 20px 0 8px;
     background: var(--container-background);
     background: var(--container-background);
     padding-bottom: 0;
     padding-bottom: 0;
     transform: translateY(-100%);
     transform: translateY(-100%);
@@ -46,6 +46,7 @@
         display: block;
         display: block;
         width: 24px;
         width: 24px;
         height: 24px;
         height: 24px;
+        z-index: 9;
     }
     }
 }
 }