更新页面
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<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 (2023)年语言排行榜
|
||||
<div slot="content" class="test" style="font-size:23px;font-weight: 600;">
|
||||
<div>(2023)年(1)季度语言排行榜</div>
|
||||
</div>
|
||||
</el-page-header>
|
||||
</div>
|
||||
@@ -91,8 +91,12 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
::v-deep .el-page-header__left{
|
||||
left:-150px;
|
||||
left:10px;
|
||||
}
|
||||
::v-deep .el-page-header__content{
|
||||
flex:1;
|
||||
}
|
||||
|
||||
.el-card{
|
||||
border: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user