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:46:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc8f005cc1fede4a169a37b996d1e34b59c29ab5
bc8f005c
1 parent
ca2f9911
style: 在App.vue中为ol元素添加样式
为ol元素添加了list-style-type和padding样式,以改善列表的可读性和布局
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
src/App.vue
src/App.vue
View file @
bc8f005
<!--
* @Date: 2025-03-20 19:53:12
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-0
3-26 11:30:48
* @LastEditTime: 2025-0
5-08 09:45:37
* @FilePath: /mlaj/src/App.vue
* @Description: 入口文件
-->
...
...
@@ -66,9 +66,15 @@ if (!import.meta.env.DEV && wxInfo().isWeiXin) {
</van-config-provider>
</template>
<style>
<style
lang="less"
>
#app {
width: 100%;
min-height: 100vh;
ol {
list-style-type: decimal;
padding: 0.25rem 1rem;
}
}
</style>
...
...
Please
register
or
login
to post a comment