66 lines
950 B
Plaintext
66 lines
950 B
Plaintext
.pageHeader {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.innerCard {
|
|
margin-bottom: 16px;
|
|
|
|
:global(.ant-card-head) {
|
|
background-color: #fafafa;
|
|
}
|
|
:global(.ant-card-body) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
:global(.ant-card-body) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.indicator-table {
|
|
// margin-top: 16px;
|
|
}
|
|
|
|
.status-tag {
|
|
margin-right: 0;
|
|
}
|