Browse Source

Update show.css

star7th 8 years ago
parent
commit
97ccf6c131
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Public/css/item/show.css

+ 7 - 7
Public/css/item/show.css

@@ -2,15 +2,15 @@
     height: 100%;
   }
   .doc-head{
-    padding-top: 10px;
-    padding-bottom: 10px;
+    padding-top: 5px;
+    padding-bottom: 5px;
     padding-left: 10px;
     border-bottom: 1px solid #eee;
     position: fixed;
     width: 100%;
     background-color: #FFFFFF;
     z-index: 999;
-    height: 60px;
+    height: 40px;
   }
 
   .doc-head .left{
@@ -19,13 +19,13 @@
   }
 
   .doc-head .right{
-    padding-top: 15px;
+    padding-top: 5px;
     padding-right: 40px;
   }
   .doc-left{
     width: 240px;
-    margin-top: 81px;
-    height: calc(100% - 90px);
+    margin-top: 51px;
+    height: calc(100% - 60px);
     border-right-color: rgb(221, 221, 221);
     border-right-width: 1px;
     border-right-style: solid;
@@ -168,4 +168,4 @@
 .left-dropdown-menu{
   left: auto;
    right: 0;
-}
+}