#IAQW9I 解决开放文档列表展示样式问题

This commit is contained in:
sswiki
2024-12-04 22:48:10 +08:00
parent 10f28497b5
commit 51c8b8949e
2 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,21 @@
.i-icon {
vertical-align: middle;
}
// 样式覆盖
ul {
list-style-type: disc;
ul {
list-style-type: circle;
ul {
list-style-type: square;
}
}
}
ol {
list-style-type: decimal;
padding-left: 1em;
}

View File

@@ -8,13 +8,13 @@ import App from './App.vue'
import {createRouter, createWebHashHistory} from 'vue-router'
import ElementUI from 'element-plus'
import 'element-plus/dist/index.css'
import './assets/scss/base.scss'
import Antd from 'ant-design-vue';
import zhCn from 'element-plus/es/locale/lang/zh-cn'
import routes from './routes'
import Vant from 'vant'
import {createPinia} from 'pinia'
import 'element-plus/dist/index.css'
import './assets/scss/base.scss'
const router = createRouter({
history: createWebHashHistory(),