|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="booking-detail" style="margin-top:0;">
|
|
|
|
|
<a-row :gutter="24" :class="showSecNav ? 'show-content' : 'hide-content'">
|
|
|
|
|
<a-row :gutter="24" :class="showSecNav ? 'show-content' : 'hide-content'" style="margin-left:0;">
|
|
|
|
|
<div class="nav-min-icon" v-if="!showSecNav" @click="openNav"><i class="iconfont icon-liebiao"></i></div>
|
|
|
|
|
<a-col :span="showSecNav ? 5 : 0" v-if="showSecNav">
|
|
|
|
|
<div class="sed-order-list">
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="showSecNav ? 19 : 24">
|
|
|
|
|
<a-col :span="showSecNav ? 19 : 24" style="padding-left:0;">
|
|
|
|
|
<template v-if="editDetails">
|
|
|
|
|
<div class="order-title">
|
|
|
|
|
<i class="iconfont icon-dingdan"></i> 当前分单号: <span>{{ editDetails.hblno }}</span>
|
|
|
|
@ -885,7 +885,7 @@ export default {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.nav-min-icon {
|
|
|
|
|
width: 50px;
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 24px;
|
|
|
|
@ -902,7 +902,7 @@ export default {
|
|
|
|
|
.sed-order-list {
|
|
|
|
|
background: #fff;
|
|
|
|
|
box-shadow: 0 0 10px #eee;
|
|
|
|
|
padding: 10px 20px 10px 34px;
|
|
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
height: calc(100vh - 240px);
|
|
|
|
|
display: flex;
|
|
|
|
|