From 5c8cd47fc6fa61f1b915f65debd75c236859dc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com> Date: Thu, 26 Jun 2025 16:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=96=B9=E6=A1=88=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account-placement/placementGuide.vue | 201 ----------- .../investmentGuidelines.less} | 15 +- .../put-account/investmentGuidelines.vue | 341 ++++++++++++++++++ 3 files changed, 351 insertions(+), 206 deletions(-) delete mode 100644 src/views/property-marketing/account-placement/placementGuide.vue rename src/views/property-marketing/{account-placement/placementGuide.less => put-account/investmentGuidelines.less} (94%) create mode 100644 src/views/property-marketing/put-account/investmentGuidelines.vue diff --git a/src/views/property-marketing/account-placement/placementGuide.vue b/src/views/property-marketing/account-placement/placementGuide.vue deleted file mode 100644 index 1629a6e..0000000 --- a/src/views/property-marketing/account-placement/placementGuide.vue +++ /dev/null @@ -1,201 +0,0 @@ - - - - - diff --git a/src/views/property-marketing/account-placement/placementGuide.less b/src/views/property-marketing/put-account/investmentGuidelines.less similarity index 94% rename from src/views/property-marketing/account-placement/placementGuide.less rename to src/views/property-marketing/put-account/investmentGuidelines.less index 58e2f49..bb64596 100644 --- a/src/views/property-marketing/account-placement/placementGuide.less +++ b/src/views/property-marketing/put-account/investmentGuidelines.less @@ -17,10 +17,7 @@ .part-div-header { align-self: stretch; height: 64px; - padding-left: 24px; - padding-right: 24px; - padding-top: 10px; - padding-bottom: 10px; + padding: 10px 24px 10px 24px; justify-content: flex-start; align-items: center; display: inline-flex @@ -39,6 +36,11 @@ word-wrap: break-word; } + //账户指南-搜索div + .search-form { + padding: 10px 24px 20px 24px; + + } //账户列表-表格 .account-table { @@ -48,7 +50,10 @@ //账户列表-分页 .account-page { - margin-left: 300px; + padding: 10px 24px 20px 24px; + border: 1px; + border-color: red; + float: right; } diff --git a/src/views/property-marketing/put-account/investmentGuidelines.vue b/src/views/property-marketing/put-account/investmentGuidelines.vue new file mode 100644 index 0000000..73750e2 --- /dev/null +++ b/src/views/property-marketing/put-account/investmentGuidelines.vue @@ -0,0 +1,341 @@ + + + + +