This commit is contained in:
2023-07-10 10:36:46 +08:00
parent e3b4116993
commit 9c0ce008ef
6 changed files with 50 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
<div style="display: flex;flex-direction:column;flex-wrap: nowrap">
<div class="PageHeader">
<br/>
<el-page-header @back="goBack" style="justify-content: center;">
<el-page-header @back="goBack" style="justify-content:left;display: flex;">
<div slot="title" style="font-size:23px;font-weight: 600;"></div>
<div slot="content" style="font-size:23px;font-weight: 600;">
HelloGitHub 月刊
@@ -286,4 +286,12 @@ export default {
max-height:150px;
overflow: scroll;
}
::v-deep .el-page-header__left{
left:10px;
}
::v-deep .el-page-header__content{
flex:1;
}
</style>