fix: 修复有序及无序标签显示

This commit is contained in:
橙子
2025-01-19 15:41:59 +08:00
parent 2c9d344b76
commit 7994e66283
2 changed files with 10 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ table {
/* custom */
li {
list-style: none;
//list-style: none;
}
button {

View File

@@ -1,10 +1,14 @@
<style scoped lang="scss">
::v-deep(.li-list){
list-style: inside !important;
//list-style: decimal !important;
//::v-deep(ol .li-list){
// list-style: decimal;
//}
//::v-deep(ul .li-list){
// list-style: disc;
//}
}
::v-deep(.pre-out)
{
padding: 0;