diff --git a/src/components/OrgCard/OrgCardCom.vue b/src/components/OrgCard/OrgCardCom.vue index d7464a1..6856187 100644 --- a/src/components/OrgCard/OrgCardCom.vue +++ b/src/components/OrgCard/OrgCardCom.vue @@ -2,11 +2,11 @@ -
- + :bodyStyle="{ padding: '24px 24px 0 24px' }" @click="handleClick"> + + + +
+
+
机构负责人:{{ orgInfo.orgLeader }}
+
负责人电话:{{ orgInfo.orgLeaderPhone }}
+
+
+ {{ orgInfo.comRegisterAddress }} +
+
+ 加盟时间:{{ orgInfo.franchiseTime?.substring(0, 10) }} + 了解更多
@@ -81,14 +83,12 @@ const handleDetail = () => { diff --git a/src/design/ant/index.less b/src/design/ant/index.less index e0dcf44..4efe34f 100644 --- a/src/design/ant/index.less +++ b/src/design/ant/index.less @@ -5,6 +5,16 @@ // update-end--author:liaozhiyang---date:20240130---for:【issues/5857】Button color类型颜色失效 // @import './table.less'; +.jeecg-basic-table-form-container .ant-form { + margin-bottom: 14px !important; +} +.jeecg-basic-table-form-container .table-page-search-submitButtons { + margin-bottom: 12px !important; +} +.ant-form-item { + margin-bottom: 14px !important; +} + // TODO beta.11 fix .ant-col { width: 100%;