提交 42dc6b52 authored 作者: 付康's avatar 付康

合并分支 'fk-dev' 到 'pre'

Fk dev 查看合并请求 !362
流水线 #529 已通过 于阶段
in 6 分 17 秒
......@@ -73,7 +73,8 @@ const props = defineProps({
}
.box-down-box {
height: 20px;
// height: 20px;
height: fit-content;
flex: auto;
overflow: hidden;
}
......
......@@ -20,10 +20,11 @@
</div>
</box-background>
<box-background width="712px" title="中美博弈专题">
<box-background width="712px" height="100%" title="中美博弈专题">
<template #header-icon>
<img src="@/assets/icons/subject-icon.png" />
</template>
<el-space :size="16" direction="vertical" fill class="full-width common-padding">
<el-space v-for="(item, index) in subjectData.slice(0, 3)" :key="index"
@click="() => gotoNewsDetail(item.newsId)" alignment="center">
......@@ -33,13 +34,13 @@
</common-text>
<common-text class="text-bold text-hover" color="var(--text-primary-80-color)">{{
item.newsTitle
}}</common-text>
}}</common-text>
</el-space>
<el-space v-for="(item, index) in subjectData.slice(3)" :key="index"
@click="() => gotoNewsDetail(item.newsId)">
<common-text class="text-regular text-hover" color="var(--text-primary-80-color)">{{
"• " + item.newsTitle
}}</common-text>
}}</common-text>
</el-space>
</el-space>
</box-background>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论