wuhongbo 1 vuosi sitten
vanhempi
commit
344e85c1fb

+ 1 - 1
client/src/views/OaSystem/home/index.scss

@@ -4,7 +4,7 @@
   height: 100%;
   $margin-r: 20px;
   $borderRadius: 10px;
-  padding: 20px 0px;
+  padding-top: 15px;
   .header {
     height: 56px;
     padding: 0px 15px;

+ 2 - 1
client/src/views/OaSystem/oaLayout/header.vue

@@ -22,7 +22,8 @@ onMounted(() => {})
 <style lang="scss" scoped>
 .header {
   width: calc(100%);
-  height: 112px;
+  height: 60px;
+  margin-bottom: 10px;
   // background: #183868;
   display: flex;
   align-items: center;

+ 3 - 3
client/src/views/OaSystem/oaLayout/index.vue

@@ -48,14 +48,14 @@ onMounted(() => {})
     width: calc(100% - 184px);
     height: 100%;
     background: #eaf1f9;
-    padding: 15px 30px;
+    padding: 15px 15px;
     .layout-header {
       width: 100%;
-      height: 162px;
+      height: 100px;
     }
     .layout-content {
       width: 100%;
-      height: calc(100% - 162px);
+      height: calc(100% - 100px);
     }
   }
 }

+ 4 - 2
client/src/views/OaSystem/oaLayout/menus.vue

@@ -125,11 +125,13 @@ onMounted(() => {
 
   .menus-user {
     width: 100%;
-    height: 200px;
+    height: 180px;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     padding-top: 40px;
+    border-bottom: 1px solid #5383bd;
+    margin-bottom: 20px;
     .userImg {
       width: 60px;
       height: 60px;
@@ -164,7 +166,7 @@ onMounted(() => {
     }
     .userInfo {
       width: 100%;
-      margin-top: -25px;
+      margin-top: 0px;
       h4 {
         text-align: center;
         color: #fff;

+ 6 - 4
client/src/views/OaSystem/oaLayout/tagList.vue

@@ -233,11 +233,11 @@ li {
 }
 ._tagList {
   width: 100%;
-  height: 50px;
+  height: 30px;
   display: flex;
   align-items: center;
-  background-color: #fff;
-  border-radius: 20px;
+  background: rgba(255, 255, 255, 0.5);
+  border-radius: 10px;
   .tag-view {
     width: 100%;
     height: 100%;
@@ -253,7 +253,7 @@ li {
           display: block;
           width: auto;
           height: 100%;
-          border-radius: 20px 20px 20px 20px;
+          border-radius: 10px;
           color: inherit;
           text-decoration: none;
           padding: 2px;
@@ -268,6 +268,7 @@ li {
           justify-content: center;
           p {
             margin-left: 5px;
+            font-size: 16px;
           }
         }
         .fhomeBox {
@@ -283,6 +284,7 @@ li {
             justify-content: center;
             p {
               margin-left: 5px;
+              font-size: 16px;
             }
           }
           img {