Przeglądaj źródła

style: 返回按钮样式

TIANYONG 1 rok temu
rodzic
commit
e8ccb457c0
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/page-instrument/header-top/index.module.less

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

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