Explorar el Código

fix:导航栏样式

yangfeng hace 2 meses
padre
commit
d69a983da6
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      resource/staticres/css/header.css

+ 3 - 2
resource/staticres/css/header.css

@@ -3,8 +3,9 @@
   top: 0;
   width: 100%;
   z-index: 100;
-  background-color: #F2F2F4;
+  background-color: #FFFFFF;
   /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
+  box-shadow: 0px -1px 0px 0px #0000000D inset;
 }
 .header-common{
   display: flex;
@@ -409,7 +410,7 @@
   align-items: center;
   justify-content: center;
   padding: 2px 8px;
-  height: 26px;
+  height: 30px;
   color: #6F3D03;
   font-size: 14px;
   line-height: 22px;