Переглянути джерело

[feat][目标管理][首页]

hizhangling 1 місяць тому
батько
коміт
cc7a775245
1 змінених файлів з 10 додано та 8 видалено
  1. 10 8
      src/views/xjc-integratedmachine/plan/index.vue

+ 10 - 8
src/views/xjc-integratedmachine/plan/index.vue

@@ -4,13 +4,13 @@
         <div class="page-content">
             <div class="page-img-box">
                 <div class="img-box">
-                    <img src="@/assets/images/plan/index/card1.png" @click="jumpTo('/xjc-integratedmachine/plan/develop_career_plan1')">
-                    <img src="@/assets/images/plan/index/card2.png" @click="jumpTo('/xjc-integratedmachine/plan/aim/aim_management_index')">
-                    <img src="@/assets/images/plan/index/card3.png" @click="jumpTo('/xjc-integratedmachine/plan/time/time_management_menu')">
+                    <img class="common-img-button" src="@/assets/images/plan/index/card1.png" @click="jumpTo('/xjc-integratedmachine/plan/develop_career_plan1')">
+                    <img class="common-img-button" src="@/assets/images/plan/index/card2.png" @click="jumpTo('/xjc-integratedmachine/plan/aim/aim_management_index')">
+                    <img class="common-img-button" src="@/assets/images/plan/index/card3.png" @click="jumpTo('/xjc-integratedmachine/plan/time/time_management_menu')">
                 </div>
-                <div class="bottom-img common-img-button">
-                    <img src="@/assets/images/plan/index/card4.png" @click="jumpTo('/xjc-integratedmachine/plan/self_control/self_control/self_control_index')">
-                    <img src="@/assets/images/plan/index/card5.png" @click="jumpTo('/xjc-integratedmachine/plan/career_maturity/career_maturity_retest_index')">
+                <div class="bottom-img">
+                    <img class="common-img-button" src="@/assets/images/plan/index/card4.png" @click="jumpTo('/xjc-integratedmachine/plan/self_control/self_control/self_control_index')">
+                    <img class="common-img-button" src="@/assets/images/plan/index/card5.png" @click="jumpTo('/xjc-integratedmachine/plan/career_maturity/career_maturity_retest_index')">
                 </div>
             </div>
             <drag_component></drag_component>
@@ -93,7 +93,7 @@
             align-items: center;
             margin-top: 40px;
             .img-box{
-                width: 1520px;
+                width: 1300px;
                 display: flex;
                 justify-content: space-around;
                 img{
@@ -102,9 +102,11 @@
                 }
             }
             .bottom-img{
-                width: 1520px;
+                width: 900px;
                 height: 316px;
                 margin-top: 63px;
+                display: flex;
+                justify-content: space-around;
                 img{
                     width: 324px;
                     height: 400px;