Browse Source

页面修改

sr 4 năm trước cách đây
mục cha
commit
8a6a615511

+ 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;