diff --git a/src/components/datav/index.vue b/src/components/datav/index.vue index b5ac985..e68c01d 100644 --- a/src/components/datav/index.vue +++ b/src/components/datav/index.vue @@ -180,7 +180,7 @@
-

{{ notices[0].title }}

+

{{ notices[0].title }}

@@ -632,4 +632,9 @@ export default { } } } +.inner-content{ + h1,h2,h3{margin:0;} + h1{font-size: 1rem;} + h2{font-size: 0.6rem;} +}