浏览代码

有序列表超出

lifanagju_citu 5 月之前
父节点
当前提交
39b3194bd4
共有 1 个文件被更改,包括 3 次插入0 次删除
  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>