perf: 修改 header 高度

This commit is contained in:
ibuler
2022-11-22 13:13:54 +08:00
parent 218ef50ff7
commit 7e7bcae8e7
6 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ export default {
/*padding: 10px 20px 10px;*/
}
.fixed-header+.app-main {
padding-top: 52px;
padding-top: 50px;
}
.hasTagsView {
.app-main {

View File

@@ -85,7 +85,7 @@ export default {
<style lang="scss" scoped>
@import "~@/styles/variables.scss";
$header-height: 52px;
$header-height: 50px;
.navbar {
position: relative;
height: $header-height;

View File

@@ -55,8 +55,8 @@ export default {
.sidebar-logo-container {
position: relative;
width: 100%;
height: 52px;
line-height: 52px;
height: 50px;
line-height: 50px;
// background: #2b2f3a;
text-align: center;
overflow: hidden;

View File

@@ -134,7 +134,7 @@ export default {
}
.nav-logo {
height: 52px;
height: 50px;
}
.nav-title {

View File

@@ -41,8 +41,8 @@ export default {
<style lang="scss" scoped>
.page-heading {
position: relative;
height: 52px;
line-height: 52px;
height: 50px;
line-height: 50px;
background-color: #ffffff;
.el-row {
width: 100%;

View File

@@ -91,7 +91,7 @@ export default {
}
.hideSidebar .fixed-header {
width: calc(100% - 52px)
width: calc(100% - 50px)
}
.mobile .fixed-header {