Browse Source

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

hanxiaohui 4 months ago
parent
commit
c0f609fda0
1 changed files with 4 additions and 0 deletions
  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;
     }