mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-31 15:07:47 +08:00
feat: md 格式优化
This commit is contained in:
@@ -94,6 +94,13 @@ body {
|
|||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-content-text h1,
|
||||||
|
.info-content-text h2 {
|
||||||
|
border-bottom: 1px solid var(--normal-border-color);
|
||||||
|
padding-bottom: 0.3em;
|
||||||
|
margin-bottom: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
.info-content-text {
|
.info-content-text {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@@ -89,7 +89,8 @@ const routes = [
|
|||||||
{
|
{
|
||||||
path: '/users/:id',
|
path: '/users/:id',
|
||||||
name: 'users',
|
name: 'users',
|
||||||
component: ProfileView
|
component: ProfileView,
|
||||||
|
meta: { keepAlive: true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/github-callback',
|
path: '/github-callback',
|
||||||
|
|||||||
@@ -924,7 +924,7 @@ export default {
|
|||||||
|
|
||||||
.info-content-text {
|
.info-content-text {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.8;
|
line-height: 1.5;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user