mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: 修改 header 高度
This commit is contained in:
@@ -32,7 +32,7 @@ export default {
|
||||
/*padding: 10px 20px 10px;*/
|
||||
}
|
||||
.fixed-header+.app-main {
|
||||
padding-top: 52px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
.hasTagsView {
|
||||
.app-main {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -134,7 +134,7 @@ export default {
|
||||
}
|
||||
|
||||
.nav-logo {
|
||||
height: 52px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.nav-title {
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -91,7 +91,7 @@ export default {
|
||||
}
|
||||
|
||||
.hideSidebar .fixed-header {
|
||||
width: calc(100% - 52px)
|
||||
width: calc(100% - 50px)
|
||||
}
|
||||
|
||||
.mobile .fixed-header {
|
||||
|
||||
Reference in New Issue
Block a user