浏览代码

页面修改

sr 4 年之前
父节点
当前提交
8a6a615511
共有 2 个文件被更改,包括 6 次插入5 次删除
  1. 5 4
      ruoyi-ui/src/components/ProjectDec/SignContract.vue
  2. 1 1
      ruoyi-ui/src/views/management/row/index.vue

+ 5 - 4
ruoyi-ui/src/components/ProjectDec/SignContract.vue

@@ -1554,12 +1554,13 @@ export default {
 }
 
 .roiyy {
-  position: fixed;
-  top: 180px;
+  position: absolute;
+  top: 62.5px;
+  transform: translateY(-50%);
   left: 0;
   width: 100%;
-  padding-left: 230px;
-  padding-right: 30px;
+  padding-left: 30px;
+  padding-right: 0;
   box-sizing: border-box;
   z-index: 100;
 }

+ 1 - 1
ruoyi-ui/src/views/management/row/index.vue

@@ -192,7 +192,7 @@ export default {
     } else {
       this.naueactive = this.$route.query.setrd - 0 - 1;
     }
-    this.tabIndex = this.$route.query.tabIndex-0
+    this.tabIndex = this.$route.query.tabIndex-0 || 0
     this.getList();
     this.getDicts("sys_yes_no").then((response) => {
       this.typeOptions = response.data;