Bladeren bron

fix: 客户详情逻辑优化

hanxiaohui 6 maanden geleden
bovenliggende
commit
ef50e213f1

+ 1 - 1
src/views/customer-manage/customer-detail/components/LinkCompany/compoents/LinkList/CardInfo.vue

@@ -42,7 +42,7 @@ import {BsDicTag, BsEllipsisText} from '/@/components/BsUi/index.js';
     flex-direction: column;
     gap:20px;
     overflow-y: auto;
-    height: calc(100vh - 440px);
+    height: 480px;
     .card-item {
       border: 1px solid #e4e7ed;
       border-radius: 8px;

+ 0 - 2
src/views/customer-manage/customer-detail/components/LinkCompany/index.vue

@@ -23,8 +23,6 @@
     width: 100%;
     display: flex;
     gap: 30px;
-    height: calc(100vh - 360px);
-    overflow-y: auto;
     .link-flow {
       border-radius: 8px;
       flex: 1;