Q-ABAB 2 lat temu
rodzic
commit
4bd5e1a020

+ 1 - 2
src/views/ProjectManagement.vue

@@ -218,14 +218,13 @@
             left: 5px;
             width: 80px;
             height: 30px;
-            // line-height: 40px;
             display: flex;
             justify-content: center;
             align-items: center;
             background: #000;
             opacity: 0.7;
             font-size: 16px;
-            color:#d9dde7;
+            color:#fff;
             // font-size: 14px;
           }
           img{

+ 1 - 1
src/views/resultShowDetail.vue

@@ -17,7 +17,7 @@
                     12人
                 </div>
             </div>
-            <el-button class="backBtn" type="primary" @click="$router.back">返回</el-button>
+            <el-button class="backBtn" type="primary" @click="$router.back()">返回</el-button>
         </div>
         <!-- 头部展示区结束 -->
         <!--导航栏区域开始-->

+ 13 - 10
src/views/resultsShow.vue

@@ -199,16 +199,19 @@
       border-radius: 5px;
       
       .projectBlockPosition{    //完成状态
-        position: absolute;
-        width: 100px;
-        height: 40px;
-        line-height: 40px;
-        background: #000;
-        opacity: 0.7;
-        left: 0px;
-        top: 0px;
-        color:#fff;
-        font-size: 14px;
+          border-radius: 30px;
+          position: absolute;
+          top: 5px;
+          left: 5px;
+          width: 80px;
+          height: 30px;
+          display: flex;
+          justify-content: center;
+          align-items: center;
+          background: #000;
+          opacity: 0.7;
+          font-size: 16px;
+          color:#fff;
       }
       img{
         width: 100%;height: 150px;