Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/ssti-CollegeManage

yuanyiming 2 năm trước cách đây
mục cha
commit
c7a786ee19
3 tập tin đã thay đổi với 14 bổ sung9 xóa
  1. 9 6
      src/views/credit.vue
  2. 1 1
      src/views/projectSettlement.vue
  3. 4 2
      src/views/resultsShow.vue

+ 9 - 6
src/views/credit.vue

@@ -178,12 +178,15 @@
       width: 64px;
       font-size: 16px;
       margin-right: 10px;
-      display: inline-block;
-      font-weight:bolder;
-      text-align: justify;
-      text-justify:distribute-all-lines;
-      text-align-last: justify;
-      transform: translate(0,22%);
+      display: flex;
+      justify-content: flex-end;
+      align-items: center;
+      // display: inline-block;
+      // font-weight:bolder;
+      // text-align: justify;
+      // text-justify:distribute-all-lines;
+      // text-align-last: justify;
+      // transform: translate(0,22%);
     }
   }
   .operations{

+ 1 - 1
src/views/projectSettlement.vue

@@ -209,7 +209,7 @@
     .selectsBlock{
       display: flex; 
       margin-right: 30px;
-      margin-bottom: 10px;
+      margin-bottom: 20px;
     }
     .selectLabel{
       width: 64px;

+ 4 - 2
src/views/resultsShow.vue

@@ -216,7 +216,7 @@
     .selectsBlock{
       display: flex;
       margin-right: 30px;
-      margin-bottom: 10px;
+      margin-bottom: 20px;
     }
     .selectLabel{
       width: 64px;
@@ -303,6 +303,8 @@
     }
     .classBlock1{   //图片下面文字部分
       margin-bottom: 10px;
+      box-sizing: border-box;
+      padding: 0 5px 0 5px;
       .classBlock2{
         box-sizing: border-box;
         padding: 0 5px;
@@ -325,7 +327,7 @@
       }
     }
     .bt1{   //项目成果展示按钮
-      width: 98%;
+      width: 95%;
       background: #5190fd;
       height: 35px;
       font-size: 14px;