#IAQW9I 解决开放文档列表展示样式问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user