Ver código fonte

1、HTML格式字符串解析与展示
2、【我发起的】【已审批】切换下一条

RaoMeng 6 anos atrás
pai
commit
44710b27b2

+ 2 - 2
uas-office-web/wxuasapproval/src/pages/approval/approval.css

@@ -152,6 +152,7 @@
 #newMenu-root {
     width: 100%;
     height: 100%;
+    background-color: #F2F2F2;
 }
 
 #newMenu-root::-webkit-scrollbar {
@@ -163,8 +164,6 @@
     display: flex;
     flex-direction: row;
     align-items: center;
-    /*background: white;*/
-    /*border-radius: 8px;*/
 }
 
 .newMenu-group-icon {
@@ -185,6 +184,7 @@
     width: 25%;
     display: inline-block;
     padding: 14px 4px 8px;
+    background: white;
 }
 
 .newMenu-func-layout {