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 */ /* custom */
li { li {
list-style: none; //list-style: none;
} }
button { button {

View File

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