From 9174b62557c82a48c20b099e9781e364b022b693 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, 10 Jul 2025 15:35:58 +0800
Subject: [PATCH] =?UTF-8?q?feat(property-marketing):=20=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=92=8C=E8=AE=A1=E5=88=92=E9=80=89=E6=8B=A9?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E9=87=8D=E6=9E=84=E6=8A=95=E6=94=BE?=
=?UTF-8?q?=E6=8C=87=E5=8D=97=E8=A1=A8=E6=A0=BC=E5=B1=95=E7=A4=BA=E9=80=BB?=
=?UTF-8?q?=E8=BE=91=20perf:=20=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E4=BC=98=E5=8C=96=E7=A9=BA=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=A4=84=E7=90=86=20style:=20?=
=?UTF-8?q?=E7=BB=9F=E4=B8=80=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=BC=95?=
=?UTF-8?q?=E7=94=A8=E6=96=B9=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4=E8=A1=A8?=
=?UTF-8?q?=E6=A0=BC=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/month-data/style.scss | 28 +++++++++----------
.../table-data/placementGuideList.vue | 10 +------
.../investment-guidelines/index.vue | 1 +
.../investment-guidelines/style.scss | 3 +-
4 files changed, 16 insertions(+), 26 deletions(-)
diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/month-data/style.scss b/src/views/property-marketing/put-account/investment-guidelines/components/month-data/style.scss
index 746c3e8..7d5ba60 100644
--- a/src/views/property-marketing/put-account/investment-guidelines/components/month-data/style.scss
+++ b/src/views/property-marketing/put-account/investment-guidelines/components/month-data/style.scss
@@ -12,31 +12,29 @@
align-items: flex-start;
gap: 12px;
display: flex;
+
+ color: var(--Text-1, #211F24);
+ font-size: 14px;
+ font-family: Alibaba PuHuiTi;
+ font-weight: 400;
+ line-height: 22px;
+ word-wrap: break-word;
+ color: var(--Brand-6, #6D4CFE);
+ font-size: 14px;
+ font-family: Alibaba PuHuiTi;
+ font-weight: 400;
+ line-height: 22px;
+ word-wrap: break-word
}
.month-text-blue {
color: var(--Brand-Brand-6, #6D4CFE);
- font-size: 16px;
- font-family: PuHuiTi-Medium;
- font-weight: 400;
- line-height: 24px;
- word-wrap: break-word
}
.month-text-red {
color: var(--Functional-Danger-6, #F64B31);
- font-size: 16px;
- font-family: PuHuiTi-Medium;
- font-weight: 400;
- line-height: 24px;
- word-wrap: break-word
}
.month-text-black {
color: var(--Text-1, #211F24);
- font-size: 16px;
- font-family: PuHuiTi-Medium;
- font-weight: 400;
- line-height: 24px;
- word-wrap: break-word
}
diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/table-data/placementGuideList.vue b/src/views/property-marketing/put-account/investment-guidelines/components/table-data/placementGuideList.vue
index f2ab71b..2008368 100644
--- a/src/views/property-marketing/put-account/investment-guidelines/components/table-data/placementGuideList.vue
+++ b/src/views/property-marketing/put-account/investment-guidelines/components/table-data/placementGuideList.vue
@@ -173,12 +173,4 @@ const columns = [
];
-
+
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 e587890..6382d47 100644
--- a/src/views/property-marketing/put-account/investment-guidelines/index.vue
+++ b/src/views/property-marketing/put-account/investment-guidelines/index.vue
@@ -14,6 +14,7 @@
+