소스 검색

fix: BsUi-描述列表逻辑修改

hanxiaohui 7 달 전
부모
커밋
f65bd28304
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/BsUi/Descriptions/index.vue

+ 4 - 0
src/components/BsUi/Descriptions/index.vue

@@ -103,6 +103,10 @@
       color: #000;
       font-weight: 500;
     }
+    :deep(.ant-descriptions-item-container) {
+      display: flex;
+      align-items: flex-start;
+    }
     :deep(.ant-descriptions-header) {
       margin: 0 0 10px 0;
     }