Browse Source

修改返回样式

lex 2 years ago
parent
commit
0b7bc6e7f7
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/o-header/index.module.less

+ 5 - 1
src/components/o-header/index.module.less

@@ -1,6 +1,6 @@
 .colHeader {
   --van-font-weight-bold: 600;
-  --van-nav-bar-arrow-size: 20px;
+  --van-nav-bar-arrow-size: 22px;
   :global {
     .van-nav-bar__title,
     .van-icon {
@@ -16,6 +16,10 @@
         line-height: 0;
       }
     }
+    .van-nav-bar__left {
+      padding-left: 12px;
+      font-size: 22px;
+    }
   }
   &.transparent {
     background-color: transparent;