|
@@ -8,7 +8,7 @@
|
|
width="70%"
|
|
width="70%"
|
|
:footer="null"
|
|
:footer="null"
|
|
:centered="true">
|
|
:centered="true">
|
|
- <a-row :gutter="48" >
|
|
|
|
|
|
+ <a-row type="flex" justify="start">
|
|
<a-col :span="8" class="item-cont">
|
|
<a-col :span="8" class="item-cont">
|
|
<p class="item-label">单号:</p>
|
|
<p class="item-label">单号:</p>
|
|
<p class="item-main">{{ pageInfo.orderReserveNo ? pageInfo.orderReserveNo : '--' }}</p>
|
|
<p class="item-main">{{ pageInfo.orderReserveNo ? pageInfo.orderReserveNo : '--' }}</p>
|
|
@@ -200,19 +200,16 @@ export default {
|
|
}
|
|
}
|
|
.item-cont{
|
|
.item-cont{
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ // min-height: 50px;
|
|
}
|
|
}
|
|
.image1 {
|
|
.image1 {
|
|
width:25px;
|
|
width:25px;
|
|
height: 25px;
|
|
height: 25px;
|
|
- cursor: pointer;
|
|
|
|
- margin: 5px;
|
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.image {
|
|
.image {
|
|
width:25px;
|
|
width:25px;
|
|
height: 25px;
|
|
height: 25px;
|
|
- cursor: pointer;
|
|
|
|
- margin: 5px;
|
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.image:not(:first-child){
|
|
.image:not(:first-child){
|