Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-05-08 09:50:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
243e2874353d71f98100c4d5a87dba0f44257272
243e2874
1 parent
bc8f005c
style(App.vue): 为有序列表项添加底部边距以增强可读性
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/App.vue
src/App.vue
View file @
243e287
<!--
* @Date: 2025-03-20 19:53:12
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-05-08 09:
45:37
* @LastEditTime: 2025-05-08 09:
50:42
* @FilePath: /mlaj/src/App.vue
* @Description: 入口文件
-->
...
...
@@ -74,6 +74,9 @@ if (!import.meta.env.DEV && wxInfo().isWeiXin) {
ol {
list-style-type: decimal;
padding: 0.25rem 1rem;
li {
margin-bottom: 0.25rem;
}
}
}
...
...
Please
register
or
login
to post a comment