mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-04-07 14:36:34 +08:00
修改HTML显示内容大小
This commit is contained in:
@@ -39,8 +39,8 @@ body {
|
||||
.page {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 1200px;
|
||||
box-shadow: 1px 1px 3px #ebebeb;
|
||||
border-radius: 5px;
|
||||
@@ -88,7 +88,7 @@ body {
|
||||
}
|
||||
|
||||
.page .main-body .nav-bar {
|
||||
height: 180px;
|
||||
height: 80px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user