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