Kaynağa Gözat

日前调度计划页面更改表头

小王 1 yıl önce
ebeveyn
işleme
a298edce8a
1 değiştirilmiş dosya ile 8 ekleme ve 6 silme
  1. 8 6
      src/views/rqdd/rqdd.vue

+ 8 - 6
src/views/rqdd/rqdd.vue

@@ -4,7 +4,7 @@
             <div class="topLogo">
             </div>
             <div style="position: absolute;right: 18%;top: 8px">
-                <img alt="" src="./img/返回首页.png">
+                <img alt="" onclick="window.open('/path#/xndc','_self')" src="./img/返回首页.png">
             </div>
             <div class="topButton1">
                 <div class="textStatus">
@@ -209,13 +209,15 @@ export default {
     text-align: left;
     position: absolute;
     left: 70px;
-
 }
 
 .littleHeadWord span {
-    color: white;
-    font-size: 19px;
-    font-weight: 1000;
-    font-family: AliMaMa;
+    display: flex;
+    align-items: center;
+    margin-top: 5%;
+    font-size: 18px;
+    font-style: italic;
+    font-weight: bold;
+    text-shadow: 0 0 5px #fff, 0 1px 2px rgba(0, 0, 0, 1);
 }
 </style>