Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
stdj_h5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-03-10 14:01:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a2d549f7aad43f8f8ed7b9afd0f8e619564d0cd6
a2d549f7
1 parent
91517882
style(NewsDetail): 移除段落和标题的文本缩进样式
移除新闻详情页中段落和标题的 text-indent 样式,以统一文本显示风格并避免不必要的缩进
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/views/NewsDetail.vue
src/views/NewsDetail.vue
View file @
a2d549f
...
...
@@ -176,7 +176,6 @@ onMounted(async () => {
.content-text :deep(p) {
margin: 0 0 1rem 0;
text-indent: 2em;
}
.content-text :deep(h3) {
...
...
@@ -185,7 +184,6 @@ onMounted(async () => {
color: #8b4513;
text-align: center;
margin: 1.5rem 0 1rem 0;
text-indent: 0;
}
.content-text :deep(p:last-child) {
...
...
Please
register
or
login
to post a comment