feat: ai完成stock模块搭建

This commit is contained in:
橙子
2025-03-08 22:14:26 +08:00
parent 337088c908
commit 82865631fc
26 changed files with 1044 additions and 294 deletions

View File

@@ -149,5 +149,21 @@ onMounted(() => {
.stock-chart-container {
width: 100%;
height: 100%;
min-height: 300px;
}
:deep(.el-empty) {
padding: 20px 0;
height: auto;
max-height: 150px;
}
:deep(.el-empty__image) {
width: 60px;
height: 60px;
}
:deep(.el-empty__description) {
margin-top: 10px;
}
</style>