2024-07-08 12:32:46 +08:00
|
|
|
.title {
|
|
|
|
|
flex-basis: 60px;
|
|
|
|
|
}
|
2024-10-11 11:06:14 +08:00
|
|
|
|
|
|
|
|
.formWrapper {
|
|
|
|
|
:global(.ant-form-item-label) {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-10-28 14:31:19 +08:00
|
|
|
|
|
|
|
|
.operatorDescription {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding-top: 16px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|