| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- .A3RoomStatu {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: calc(100% + 2px);
- z-index: 10;
- background-color: #ecedf1;
- :global {
- .A3Rtop {
- margin-bottom: 15px;
- background-color: #fff;
- border-radius: 10px;
- padding: 20px 24px 20px 60px;
- position: relative;
- min-height: 140px;
- .A3RTitle {
- position: absolute;
- top: 14px;
- left: 20px;
- width: 30px;
- font-weight: 700;
- font-size: 22px;
- color: var(--themeColor);
- }
- .A3RtopRow {
- display: flex;
- .A3Rtopll {
- text-align: right;
- width: 84px;
- margin-right: 6px;
- &>span {
- color: #ff4d4f;
- }
- }
- .A3Rtoprr {
- width: calc(100% - 90px);
- textarea {
- min-height: 80px !important;
- }
- }
- }
- .A3RtopRow1 {
- margin-bottom: 10px;
- &>div {
- display: flex;
- align-items: center;
- margin-right: 20px;
- }
- .A3RtopRowSonYK {
- .ant-cascader {
- pointer-events: none;
- .ant-select-selector {
- border: none;
- // padding: 0;
- }
- .ant-select-arrow {
- opacity: 0;
- }
- }
- }
- }
- }
- .A3Rtable {
- height: calc(100% - 180px);
- background-color: #fff;
- border-radius: 10px;
- padding: 18px 24px 24px;
- // 表格里面的库房位置
- .A3RTableDZ {
- .ant-cascader {
- // pointer-events: none;
- .ant-select-selector {
- border: none;
- padding: 0;
- }
- .ant-select-selection-item {
- padding: 0;
- }
- .ant-select-clear {
- opacity: 0;
- }
- .ant-select-arrow {
- opacity: 0;
- }
- }
- }
- .A3Rtable1 {
- display: flex;
- justify-content: space-between;
- margin-bottom: 10px;
- }
- .A3Rtable2 {
- height: calc(100% - 80px);
- .ant-table-body {
- .ant-table-cell {
- padding: 4px 6px !important;
- }
- }
- }
- .A3Rtable3 {
- margin-top: 10px;
- text-align: center;
- }
- }
- }
- }
|