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 @@
+