@@ -22,4 +22,7 @@ const props = defineProps({
:deep(img) {
max-width: 100%;
}
+:deep(ol) {
+ margin: 0 20px;
+}
</style>