|
@@ -31,7 +31,7 @@
|
|
|
</div>
|
|
|
<div class="orderType from">
|
|
|
<span class="text">订单类别:</span>
|
|
|
- <el-select v-model="orderType" placeholder="请选择" disabled>
|
|
|
+ <el-select class="select" v-model="orderType" placeholder="请选择" disabled>
|
|
|
<el-option
|
|
|
v-for="item in orderTypeList"
|
|
|
:key="item.value"
|
|
@@ -102,14 +102,14 @@
|
|
|
<el-input
|
|
|
placeholder="请输入内容"
|
|
|
v-model="input"
|
|
|
- style="margin-top: 0.625rem; margin-left: 1.25rem;width:10rem"
|
|
|
+ style="margin-top: 10px; margin-left: 20px;width:160px"
|
|
|
clearable
|
|
|
></el-input>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
class="btn"
|
|
|
@click="onclick(a)"
|
|
|
- style="margin-bottom: 0.9375rem"
|
|
|
+ style="margin-bottom: 15px"
|
|
|
>
|
|
|
<i class="el-icon-search"></i>查询
|
|
|
</el-button>
|
|
@@ -461,24 +461,20 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- margin-top: 0.3125rem;
|
|
|
- margin-bottom: 1.25rem;
|
|
|
+ margin-top: 5px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
.remark {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
.text {
|
|
|
display: inline-block;
|
|
|
- width: 6.875rem;
|
|
|
+ width: 100px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.input{
|
|
|
- width: 11.25rem;
|
|
|
- margin-right: 1.25rem;
|
|
|
- }
|
|
|
- .span{
|
|
|
- display: inline-block;
|
|
|
- width: 3.125rem;height: 0.0625rem;
|
|
|
+ width: 250px;
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
}
|
|
|
.lineId {
|
|
@@ -486,12 +482,12 @@ export default {
|
|
|
justify-content: center;
|
|
|
.text {
|
|
|
display: inline-block;
|
|
|
- width: 6.875rem;
|
|
|
+ width: 170px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.input{
|
|
|
- width: 12.5rem;
|
|
|
- margin-right: 1.25rem;
|
|
|
+ width: 250px;
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
}
|
|
|
.material {
|
|
@@ -499,12 +495,12 @@ export default {
|
|
|
justify-content: center;
|
|
|
.text {
|
|
|
display: inline-block;
|
|
|
- width: 6.875rem;
|
|
|
+ width: 170px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.input{
|
|
|
- width: 12.5rem;
|
|
|
- margin-right: 1.25rem;
|
|
|
+ width: 250px;
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
}
|
|
|
.orderType{
|
|
@@ -512,12 +508,30 @@ export default {
|
|
|
justify-content: center;
|
|
|
.text {
|
|
|
display: inline-block;
|
|
|
- width: 5rem;
|
|
|
+ width: 110px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
+ .select{
|
|
|
+ width: 250px;
|
|
|
+ }
|
|
|
.span{
|
|
|
display: inline-block;
|
|
|
- width: 4.375rem;height: 0.625rem;
|
|
|
+ width: 30px;height: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.contractTitle{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ .el-form-item{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ .el-form-item__label{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .el-input{
|
|
|
+ width: 250px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.forwardingUnit {
|
|
@@ -525,12 +539,12 @@ export default {
|
|
|
justify-content: center;
|
|
|
.text {
|
|
|
display: inline-block;
|
|
|
- width: 6.875rem;
|
|
|
+ width: 170px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.input{
|
|
|
- width: 12.5rem;
|
|
|
- margin-right: 1.25rem;
|
|
|
+ width: 250px;
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
}
|
|
|
.truckList1 {
|
|
@@ -539,11 +553,11 @@ export default {
|
|
|
width: 96%;
|
|
|
.text {
|
|
|
display: inline-block;
|
|
|
- width: 9.375rem;
|
|
|
+ width: 120px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.truckBtn {
|
|
|
- width: 200px;
|
|
|
+ width: 250px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -552,6 +566,6 @@ export default {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
- height: 6.25rem;
|
|
|
+ height: 100px;
|
|
|
}
|
|
|
</style>
|