This commit is contained in:
2023-10-11 17:34:14 +08:00
parent 98dc5cd8f7
commit 268ffecff7
35 changed files with 1947 additions and 878 deletions

View File

@@ -75,9 +75,13 @@ li {
.select_block .ant-select:not(.ant-select-customize-input) .ant-select-selector {
background: transparent;
height: 4rem;
border: 0.1rem solid #000 !important;
border: 0.1rem solid rgba(0, 0, 0, 0) !important;
border-radius: 0;
box-shadow: none !important;
width: 15rem;
background: #FFFFFF;
border-radius: 1rem;
margin: 0 1rem;
}
.select_block .ant-select-single .ant-select-selector .ant-select-selection-item,
.select_block .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
@@ -86,6 +90,9 @@ li {
font-size: 1.3rem;
font-weight: bold;
}
.select_block .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
padding: 0 1rem;
}
.started_btn {
padding: 0.5rem 2rem;
display: inline-block;
@@ -114,6 +121,9 @@ li {
.modal_component .ant-modal-content .ant-modal-body {
padding: 0;
}
.ant-modal-body {
font-size: 1.4rem;
}
.operate_file_block {
width: 100%;
height: 3rem;
@@ -187,6 +197,12 @@ li {
border-color: #543087;
background: #543087;
}
.ant-spin-dot-item {
background-color: #543087;
}
.ant-spin {
color: #000;
}
.pin_block {
text-align: center;
margin-top: 0.5rem;