| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- .cardContainer {
- width: 100%;
- padding: 0.2rem 0.2rem 0.1rem 0.2rem;
- margin-left: 0.05rem;
- background-color: white;
- .collapseLabel {
- width: 100%;
- .ant-collapse-arrow {
- font-size: 0.24rem;
- }
- :global {
- .ant-collapse-item {
- margin-bottom: 0;
- }
- .ant-collapse-header {
- justify-content: center;
- flex-direction: row-reverse;
- align-items: center;
- margin-top: 0.1rem;
- .ant-collapse-header-text {
- font-size: 0.24rem;
- flex: unset;
- margin-inline-end: unset;
- }
- .ant-collapse-arrow {
- font-size: 0.24rem;
- }
- }
- }
- .workOrderCard {
- margin-bottom: 0.2rem;
- padding: 0.2rem 0.1rem;
- border-radius: 0.08rem;
- background-color: #e5effa;
- display: flex;
- align-items: center;
- .leftInfo {
- width: 80%;
- }
- .rightButtonContainer {
- width: 20%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .rightButton {
- width: 100%;
- color: #5697e4;
- font-size: 0.24rem;
- text-align: center;
- }
- }
- }
- }
- .topContainer {
- // height: 1.2rem;
- .fixedTop {
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 10;
- background-color: #ffffff;
- }
- }
- .handleModal {
- :global {
- .ant-modal-close {
- width: 0.36rem;
- height: 0.36rem;
- }
- .ant-modal-close-x {
- font-size: 0.36rem;
- line-height: 0.36rem;
- }
- .ant-modal-title {
- font-size: 0.28rem;
- }
- .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
- height: 0.6rem;
- padding-top: 0.15rem;
- }
- .ant-form-item .ant-form-item-label > label {
- font-size: 0.28rem;
- height: 0.6rem;
- }
- .ant-input {
- font-size: 0.28rem;
- height: 0.6rem;
- }
- .ant-btn {
- font-size: 0.28rem;
- height: 0.6rem;
- width: 1.2rem;
- }
- .ant-checkbox {
- .ant-checkbox-inner {
- width: 0.28rem;
- height: 0.28rem;
- }
- .ant-checkbox-inner:after {
- height: 0.16rem;
- width: 0.09rem;
- }
- }
- .ant-picker {
- height: 0.6rem;
- }
- }
- }
- .fontS28 {
- font-size: 0.28rem;
- }
- .fontS26 {
- font-size: 0.26rem;
- }
- .fontS24 {
- font-size: 0.24rem;
- }
- .fontS20 {
- font-size: 0.2rem;
- }
- .fontS18 {
- font-size: 0.18rem;
- }
- .fontS16 {
- font-size: 0.16rem;
- }
|