| 12345678910111213141516171819202122232425262728293031323334353637 | .hc-work-order-page {    background: #EFEFF4;    height: 100vh;    :deep(.work-order-nav-bar) {        background: #554D84;        color: white;    }    :deep(.work-order-nav) {        background: #554D84;        color: white;        --hc-nav-back: white;    }    :deep(.uni-collapse) {        background-color: transparent;    }    :deep(.uni-collapse-item__title) {        display: none;    }    :deep(.uni-collapse-item__wrap-content) {        border: 0;    }    :deep(.hc-textarea) {        background: #eee;        overflow: auto;        width: 100%;        max-height: 200rpx;        border-radius: 6rpx;    }    .cu-btn {        height: 2.1rem;        border-radius: 6rpx;    }}.hc-add-work-order-page {}
 |