浏览代码

打包样式修改

zpf 1 年之前
父节点
当前提交
8824d662be
共有 2 个文件被更改,包括 7 次插入4 次删除
  1. 4 2
      src/views/cockpit/tdsc.vue
  2. 3 2
      src/views/cockpit/tdsy.vue

+ 4 - 2
src/views/cockpit/tdsc.vue

@@ -609,7 +609,8 @@ export default {
     background-image: url("/static/images/overview/rtback.png");
     position: absolute;
     top: 3rem;
-    right: 0rem;
+    left: 16rem;
+
     z-index: -1;
 
     .text {
@@ -623,7 +624,8 @@ export default {
     background-image: url("/static/images/overview/rbback.png");
     position: absolute;
     top: 8rem;
-    right: 0rem;
+    left: 16rem;
+
     z-index: 100;
 
     .text {

+ 3 - 2
src/views/cockpit/tdsy.vue

@@ -1125,7 +1125,8 @@ export default {
     background-image: url("/static/images/overview/rtback.png");
     position: absolute;
     top: 3rem;
-    right: 2rem;
+    right: 4rem;
+    left: 16rem;
     z-index: -1;
 
     .text {
@@ -1139,7 +1140,7 @@ export default {
     background-image: url("/static/images/overview/rbback.png");
     position: absolute;
     top: 8rem;
-    right: 2rem;
+    left: 16rem;
     z-index: 100;
 
     .text {