feat: 添加最近记录和收益来源组件,更新总览页面以集成新组件

This commit is contained in:
2025-12-27 20:21:15 +07:00
parent 4a3de581d8
commit b355519671
5 changed files with 226 additions and 3 deletions

View File

@@ -56,4 +56,8 @@ useTradingView(tradingViewInst, {
</div>
</template>
<style lang='css' scoped></style>
<style lang='css' scoped>
h4 {
font-size: var(--title-font-size);
}
</style>