123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- .cardContainer {
- margin-top: 0.15rem;
- padding: 0.2rem 0.2rem;
- background-color: white;
- .normalInfo {
- padding: 0.25rem 0.15rem;
- background-color: #fdf2df;
- }
- .infoRow {
- margin-bottom: 0.25rem;
- }
- .detailInfo {
- padding: 0.25rem 0.15rem;
- }
- .relatedOrder {
- padding: 0 0.15rem;
- margin-top: 0.15rem;
- .collapseLabel {
- width: 100%;
- .ant-collapse-arrow {
- font-size: 0.32rem;
- }
- :global {
- .ant-collapse-item {
- margin-bottom: 0;
- }
- .ant-collapse-item:last-child > .ant-collapse-header {
- border-radius: 0;
- }
- .ant-collapse-header {
- height: 0.5rem;
- background: url('@/assets/TaskManage/viewOrder@2x.png') no-repeat
- center;
- background-size: 25% 100%;
- justify-content: center;
- flex-direction: row-reverse;
- align-items: center;
- margin-top: 0.1rem;
- border-bottom: 0.02rem solid #1755ff;
- .ant-collapse-header-text {
- font-size: 0.32rem;
- flex: unset;
- margin-inline-end: unset;
- }
- .ant-collapse-arrow {
- font-size: 0.32rem;
- }
- }
- .ant-collapse-content-box {
- padding: 0;
- }
- .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
- padding-block: 0;
- }
- }
- .workOrderCard {
- margin-bottom: 0.1rem;
- padding: 0.2rem;
- border-radius: 0;
- background-color: rgba(23, 85, 255, 0.06);
- display: flex;
- align-items: center;
- .leftInfo {
- width: 80%;
- }
- .rightButtonContainer {
- width: 20%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- .rightButton {
- background-color: #fff;
- border-radius: 0.5rem;
- width: 1.5rem;
- letter-spacing: 0.05rem;
- color: rgba(23, 85, 255, 1);
- font-size: 0.32rem;
- text-align: center;
- }
- }
- .workOrderCard:last-child {
- margin-bottom: 0;
- }
- }
- }
- // .workOrderCard {
- // margin-bottom: 0.25rem;
- // padding: 0.2rem 0.1rem;
- // background-color: #e5effa;
- // display: flex;
- // align-items: center;
- // .leftInfo {
- // width: 80%;
- // }
- // .rightButtonContainer {
- // width: 20%;
- // display: flex;
- // flex-direction: column;
- // justify-content: space-between;
- // align-items: center;
- // }
- // .rightButton {
- // flex: auto;
- // color: #5697e4;
- // font-size: 0.24rem;
- // text-align: center;
- // display: flex;
- // justify-content: center;
- // align-items: center;
- // }
- // }
- }
- .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;
- }
- }
- }
- .taskTable {
- :global {
- .ant-table-thead {
- background: rgba(155, 151, 151, 0.2);
- }
- .ant-table-thead > tr > th {
- color: rgba(59, 59, 59, 1);
- font-weight: 600;
- }
- }
- }
- .fontS32 {
- font-size: 0.32rem;
- }
- .fontS28 {
- font-size: 0.28rem;
- }
- .fontS24 {
- font-size: 0.24rem;
- }
- .fontS22 {
- font-size: 0.22rem;
- }
- .fontS20 {
- font-size: 0.2rem;
- }
- .fontS18 {
- font-size: 0.18rem;
- }
- .fontS16 {
- font-size: 0.16rem;
- }
|