Procházet zdrojové kódy

个人中心增加图片

xujunjie před 1 rokem
rodič
revize
b189f28498

binární
src/assets/center/icon-arr.png


+ 2 - 1
src/pages/Center/index.js

@@ -67,10 +67,11 @@ const Center = () => {
       </div>
       <div className={styles.bottomContent}>
         <div className={styles.lineItem} onClick={handleGoSystem}>
-          系统报告
+          系统报告 <div className={styles.arr}></div>
         </div>
         <div className={styles.lineItem} onClick={handleSmartReport}>
           智慧运营报告
+          <div className={styles.arr}></div>
         </div>
         <div className={styles.lineItem}>问题反馈</div>
         <div className={styles.lineItem}>个人设置</div>

+ 8 - 0
src/pages/Center/index.less

@@ -70,6 +70,14 @@
     height: 100px;
     line-height: 100px;
     border-bottom: 1px solid #d4d4d4;
+    .arr {
+      width: 28px;
+      height: 40px;
+      background: url('@/assets/center/icon-arr.png') no-repeat center;
+      background-size: 100% 100%;
+      float: right;
+      margin-top: 30px;
+    }
   }
   .lineItem:last-child {
     border-bottom: none;