feat(property-marketing): 优化账号和计划选择组件,重构投放指南表格展示逻辑
perf: 移除冗余代码,优化空数据展示处理 style: 统一组件样式引用方式,调整表格标题显示
This commit is contained in:
@ -12,31 +12,29 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
display: flex;
|
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 {
|
.month-text-blue {
|
||||||
color: var(--Brand-Brand-6, #6D4CFE);
|
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 {
|
.month-text-red {
|
||||||
color: var(--Functional-Danger-6, #F64B31);
|
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 {
|
.month-text-black {
|
||||||
color: var(--Text-1, #211F24);
|
color: var(--Text-1, #211F24);
|
||||||
font-size: 16px;
|
|
||||||
font-family: PuHuiTi-Medium;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 24px;
|
|
||||||
word-wrap: break-word
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -173,12 +173,4 @@ const columns = [
|
|||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss"></style>
|
||||||
.table-data {
|
|
||||||
.account-page {
|
|
||||||
padding: 10px 24px 20px 24px;
|
|
||||||
background-color: #fff;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
</a-tabs>
|
</a-tabs>
|
||||||
</div>
|
</div>
|
||||||
|
<!--表单组件搜索-->
|
||||||
<listSearchForm
|
<listSearchForm
|
||||||
class="ignore-export"
|
class="ignore-export"
|
||||||
@onReset="handleReset"
|
@onReset="handleReset"
|
||||||
|
|||||||
@ -254,10 +254,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.placement-optimization-str {
|
.placement-optimization-str {
|
||||||
align-self: stretch;
|
|
||||||
color: var(--Text-2, #3C4043);
|
color: var(--Text-2, #3C4043);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: PuHuiTi-Medium;
|
font-family: Alibaba PuHuiTi;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
|
|||||||
Reference in New Issue
Block a user