123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- @import "../../../../src/theme.less";
- .batchOutOfStorage{
- padding: 8px;
- height: calc(100vh - 88px);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .main{
- height: calc(100vh - 161px);
- }
- .submit {
- margin: 0 8px;
- border-top: 1px solid #e5e9ed;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 73px;
- min-height: 73px;
- .save {
- height: 34px;
- }
- .refresh{
- margin-left: 8px;
- height: 34px;
- }
- }
- .head{
- height: 48px;
- font-size: 18px;
- font-weight: bold;
- background-color: #F9FAFB;
- display: flex;
- align-items: center;
- border: 1px solid #E8EBEF;
- .transport-liebiao{
- margin-left: 22px;
- margin-right: 13px;
- color: @primary-color;
- }
- }
- .list{
- padding: 16px;
- border-bottom: 1px solid #E8EBEF;
- .list_head{
- padding: 0 10px;
- border-left: 5px solid @primary-color;
- font-size: 16px;
- }
- .list_checkbox{
- padding: 16px;
- }
- .list_sum{
- display: flex;
- padding: 0 16px;
- .list_sum_item{
- margin-right: 32px;
- &:last-of-type{
- margin-right: 0;
- }
- }
- }
- .list_company{
- padding: 16px;
- .list_company_item{
- display: flex;
- align-items: center;
- margin-bottom: 25px;
- &:last-of-type{
- margin-bottom: 0;
- }
- .select{
- width: 215px;
- margin-right: 32px;
- }
- }
- }
- }
- }
|