From 2498b302792577505a1eea8f9cf683ad55fa4847 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Mon, 20 Nov 2017 16:35:33 +0800 Subject: [PATCH] index main --- css/libCss/common.css | 5 +++++ index.html | 73 ++++++++++++++++++++++++++++++++++++++----------------------------------- 2 files changed, 43 insertions(+), 35 deletions(-) diff --git a/css/libCss/common.css b/css/libCss/common.css index d63cd8b..0e190ba 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -56,6 +56,11 @@ header{ margin-right: 32px; } /*左侧栏--------------------------------------------------*/ +.main-wrap{ + min-width: 1400px; + overflow-x: scroll; + height: calc(100% - 80px); +} nav{ width: 200px; height: 100%; diff --git a/index.html b/index.html index 0530164..b194b1f 100644 --- a/index.html +++ b/index.html @@ -26,45 +26,48 @@ - -
-
- -
+ + + -- libgit2 0.21.4