年审
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user