From fafe4887f2062e3722dd5cdf8e2748273828db64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com> Date: Mon, 30 Jun 2025 16:11:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(property-marketing):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重新设计了业务分析报告和竞品分析报告的页面布局 - 添加了更多筛选条件和排序功能- 优化了表格列的展示内容和样式 - 更新了图表组件,支持更多图表类型 - 调整了路由模块中的报表名称 --- src/views/property-marketing/component.scss | 3 +++ .../put-account/account-dashboard/style.scss | 18 ++++++++++++++++++ .../components/month-data/index.vue | 2 +- .../components/placement-suggestions/index.vue | 3 +-- .../table-data/placementGuideList.vue | 8 +++----- .../investment-guidelines/index.vue | 4 +++- .../investment-guidelines/style.scss | 15 ++++++++++++++- 7 files changed, 43 insertions(+), 10 deletions(-) diff --git a/src/views/property-marketing/component.scss b/src/views/property-marketing/component.scss index 7f53852..2584513 100644 --- a/src/views/property-marketing/component.scss +++ b/src/views/property-marketing/component.scss @@ -1,6 +1,7 @@ .arco-input-wrapper, .arco-select-view-single, .arco-textarea-wrapper, +.arco-picker, .arco-select-view-multiple { border-radius: 4px; border-color: #d7d7d9; @@ -57,3 +58,5 @@ border-top: 1px solid var(--Border-1, #d7d7d9); } } + + diff --git a/src/views/property-marketing/put-account/account-dashboard/style.scss b/src/views/property-marketing/put-account/account-dashboard/style.scss index 3b2679d..d650b49 100644 --- a/src/views/property-marketing/put-account/account-dashboard/style.scss +++ b/src/views/property-marketing/put-account/account-dashboard/style.scss @@ -21,6 +21,24 @@ } +:deep(.arco-select-view-single), +:deep(.arco-select-view-multiple), +:deep(.arco-picker), +:deep(.arco-input-wrapper) { + border-radius: 4px; + border-color: #d7d7d9; + background-color: #fff; + width: 224px; + height: 32px; + + &:focus-within, + &.arco-input-focus { + background-color: var(--color-bg-2); + border-color: rgb(var(--primary-6)); + box-shadow: 0 0 0 0 var(--color-primary-light-2); + } +} + .search-btn { // 搜索 color: var(--Brand-6, #6d4cfe); diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue b/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue index 1a9656a..c50bd1f 100644 --- a/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue +++ b/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue @@ -31,6 +31,6 @@ - diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue b/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue index 777775f..db99014 100644 --- a/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue +++ b/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue @@ -66,8 +66,7 @@ - + diff --git a/src/views/property-marketing/put-account/investment-guidelines/index.vue b/src/views/property-marketing/put-account/investment-guidelines/index.vue index 57aa7a5..57d91bd 100644 --- a/src/views/property-marketing/put-account/investment-guidelines/index.vue +++ b/src/views/property-marketing/put-account/investment-guidelines/index.vue @@ -24,7 +24,7 @@
- +