File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383
8484.page-grid {
8585 display : grid;
86- grid-template-columns : 1 fr 320px ;
86+ grid-template-columns : 320px 1 fr ;
8787 gap : 24px ;
8888 align-items : start;
8989}
Original file line number Diff line number Diff line change 11<template >
22 <div class =" blog-container" >
33 <div class =" page-grid" >
4- <!-- 主内容:一大篇文章 -->
4+ <!-- 左侧:头像/个人信息 -->
5+ <div class =" right-rail" >
6+ <ProfileCard :profile =" profile " />
7+ <BlogInfoCard />
8+ <AdminEntryCard />
9+ </div >
10+
11+ <!-- 右侧:主内容(文章) -->
512 <div >
613 <div v-if =" loading" class =" card" >
714 <div class =" card-body" style =" padding : 22px " >加载中...</div >
3239 </div >
3340 </div >
3441 </div >
35-
36- <!-- 右侧:头像/个人信息 -->
37- <div class =" right-rail" >
38- <ProfileCard :profile =" profile " />
39- <BlogInfoCard />
40- <AdminEntryCard />
41- </div >
4242 </div >
4343 </div >
4444</template >
You can’t perform that action at this time.
0 commit comments