Showing
1 changed file
with
4 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-03-20 19:53:12 | 2 | * @Date: 2025-03-20 19:53:12 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-05-08 09:45:37 | 4 | + * @LastEditTime: 2025-05-08 09:50:42 |
| 5 | * @FilePath: /mlaj/src/App.vue | 5 | * @FilePath: /mlaj/src/App.vue |
| 6 | * @Description: 入口文件 | 6 | * @Description: 入口文件 |
| 7 | --> | 7 | --> |
| ... | @@ -74,6 +74,9 @@ if (!import.meta.env.DEV && wxInfo().isWeiXin) { | ... | @@ -74,6 +74,9 @@ if (!import.meta.env.DEV && wxInfo().isWeiXin) { |
| 74 | ol { | 74 | ol { |
| 75 | list-style-type: decimal; | 75 | list-style-type: decimal; |
| 76 | padding: 0.25rem 1rem; | 76 | padding: 0.25rem 1rem; |
| 77 | + li { | ||
| 78 | + margin-bottom: 0.25rem; | ||
| 79 | + } | ||
| 77 | } | 80 | } |
| 78 | } | 81 | } |
| 79 | 82 | ... | ... |
-
Please register or login to post a comment