Browse Source

uas手机版
应用分组添加顶部分割线

RaoMeng 5 years ago
parent
commit
2b6da2aca6

+ 1 - 0
uas-office-web/uas-mobile/src/components/common/func/FuncGroup.jsx

@@ -52,6 +52,7 @@ export default class FuncGroup extends Component {
         <div
           style={{
             marginRight: line ? '-1px' : '0px',
+            borderTop: line ? '1px solid lightgray' : '',
           }}>
           {funcItems}
         </div>