修改前端样式

This commit is contained in:
dushixiang
2021-03-10 18:56:49 +08:00
parent 44da98dc5d
commit 59e3c3db8b
18 changed files with 173 additions and 131 deletions

View File

@ -32,16 +32,42 @@
background-color: #FFF;
}
.global-header {
position: relative;
display: flex;
align-items: center;
.layout-header {
height: 48px;
align-items: center;
padding: 0 16px 0 0;
background: #fff;
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
}
.layout-header-right {
align-items: center;
padding: 0 12px;
cursor: pointer;
transition: all .3s;
line-height: 48px;
height: 48px;
}
.layout-header-right-item {
margin: 0 6px;
display: inline;
height: 48px;
}
.layout-header-right-item:hover {
background-color: #eeeeee;
}
.nickname {
line-height: 48px;
height: 48px;
width: 125px;
text-align: left;
padding: 0 5px;
float: right;
}
.page-herder {
margin: 16px 16px 0 16px;
}
@ -77,7 +103,7 @@
color: white;
}
.user-in-menu>.nickname {
.user-in-menu > .nickname {
margin-top: 20px;
margin-right: auto;
margin-left: auto;
@ -90,6 +116,6 @@
border-radius: 5%;
}
.modal-no-padding .ant-modal-body{
.modal-no-padding .ant-modal-body {
padding: 0;
}