refactor: create cluster by steps
This commit is contained in:
+11
-2
@@ -63,8 +63,9 @@ html {
|
||||
--ant-color-success: #54cc98;
|
||||
--ant-color-error-bg: #fff2f0;
|
||||
--ant-color-error: #ff4d4f;
|
||||
--ant-box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 8%),
|
||||
0 3px 6px -4px rgba(0, 0, 0, 12%), 0 9px 28px 8px rgba(0, 0, 0, 5%);
|
||||
--ant-box-shadow-secondary:
|
||||
0 6px 16px 0 rgba(0, 0, 0, 8%), 0 3px 6px -4px rgba(0, 0, 0, 12%),
|
||||
0 9px 28px 8px rgba(0, 0, 0, 5%);
|
||||
--color-chart-red: rgba(255, 77, 79, 80%);
|
||||
--color-chart-green: rgb(84, 204, 152, 80%);
|
||||
--color-chart-glod: rgba(250, 173, 20, 80%);
|
||||
@@ -823,3 +824,11 @@ body {
|
||||
.ant-progress-line {
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
|
||||
.ant-pro-page-container-affix .ant-affix .ant-pro-page-container-warp {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ant-page-header .ant-page-header-heading-extra {
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user