Browse Source

样式调整

luolei 4 years ago
parent
commit
709c41572b
2 changed files with 18 additions and 0 deletions
  1. 9 0
      src/css/information.less
  2. 9 0
      src/css/informationOut.less

+ 9 - 0
src/css/information.less

@@ -107,6 +107,15 @@
     white-space: pre-wrap;
     word-wrap: break-word;
     color: #1E1E1E;
+    ol li {
+        list-style: inside;
+    }
+    ul {
+        padding-left: 20px;
+        li {
+            list-style: decimal;
+        }
+    }
   }
   .anchors {
     width: 200px;

+ 9 - 0
src/css/informationOut.less

@@ -107,6 +107,15 @@
     white-space: pre-wrap;
     word-wrap: break-word;
     color: #1E1E1E;
+    ol li {
+        list-style: inside;
+    }
+    ul {
+        padding-left: 20px;
+        li {
+            list-style: decimal;
+        }
+    }
   }
   .anchors {
     width: 200px;