fix: 修复有序及无序标签显示
This commit is contained in:
@@ -129,7 +129,7 @@ table {
|
||||
|
||||
/* custom */
|
||||
li {
|
||||
list-style: none;
|
||||
//list-style: none;
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user