This commit is contained in:
linxd
2025-06-27 17:15:45 +08:00
parent ad241f7adb
commit 5c54182ca1
33 changed files with 2648 additions and 315 deletions

View File

@ -0,0 +1,59 @@
.pageHeader {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}
.innerCard {
margin-bottom: 16px;
:global(.ant-card-head) {
background-color: #fafafa;
}
}
.formActions {
display: flex;
justify-content: center;
margin-top: 24px;
margin-bottom: 24px;
}
/* 星号项选择器样式 */
.starSelector {
width: 100%;
:global(.ant-select-selector) {
display: flex;
align-items: center;
}
}
/* 添加指标按钮区域 */
.addIndicatorArea {
margin-bottom: 16px;
display: flex;
justify-content: flex-start;
}
/* 详情页样式 */
.page-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}
.detail-card {
margin-bottom: 16px;
}
.indicator-table {
margin-top: 16px;
}
.status-tag {
margin-right: 0;
}