Selaa lähdekoodia

3.15前端样式

sr 4 vuotta sitten
vanhempi
commit
1206f10ef0

+ 1 - 1
ruoyi-ui/src/assets/styles/sidebar.scss

@@ -129,7 +129,7 @@
     }
 
     .submenu-title-noDropdown {
-		background: #fff!important;
+		// background: #fff!important;
       padding: 0 !important;
       position: relative;
 

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

@@ -970,7 +970,7 @@ export default {
     padding-left: 230px;
     padding-right: 30px;
     box-sizing: border-box;
-    z-index: 44;
+    z-index: 100;
   }
   .buiy{
     // width: 75px !important;

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

@@ -2,8 +2,11 @@
 
   <div class="app-container">
     <div class="header">
-      项目详情 >
+      <span>
+        项目详情 >
+      </span>
     </div>
+  <div style="height: 115px;"></div>
 
 
   <div class="naue">
@@ -385,14 +388,26 @@ export default {
     }
   }
 .app-container{
+  height: calc(100vh - 84px);
+  overflow-y: auto;
+  padding: 0 20px 20px;
+
   .header{
-    padding-left: 22px;
-    height: 45px;
-    line-height: 40px;
-    background-color: #F1F1F1;
-    font-size: 18px;
-    color: #343434;
-    margin-bottom: 90px;
+   padding-top: 20px;
+    padding-bottom: 90px;
+    position: fixed;
+    z-index: 99;
+    width: calc(100% - 240px);
+    background-color: #fff;
+
+    span{
+      display: block;
+      line-height: 45px;
+      padding-left: 22px;
+      color: #343434;
+      font-size: 18px;
+      background-color: #F1F1F1;
+    }
   }
   .naue{
     border: 1px solid #DADADA;

+ 1 - 0
ruoyi-ui/src/views/tab/index.vue

@@ -60,6 +60,7 @@ export default {
       color: #343434;
       padding: 11px 15px;
       margin: 0;
+      cursor: pointer;
     }
     .p{
       border-bottom: 2px solid #1C84C6;