star7th 8 жил өмнө
parent
commit
97ccf6c131

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

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