Explorar el Código

有序列表超出

lifanagju_citu hace 5 meses
padre
commit
39b3194bd4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/mall/components/details/describe.vue

+ 3 - 0
src/views/mall/components/details/describe.vue

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