|
@@ -380,7 +380,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
returnsales() {
|
|
|
- this.$router.push({ path: 'tranManagementShipping' })
|
|
|
+ this.$router.go(-1)
|
|
|
},
|
|
|
handleClose() {
|
|
|
this.accessoryTFs = false
|
|
@@ -508,8 +508,6 @@ export default {
|
|
|
width: 16%;
|
|
|
}
|
|
|
/deep/.position .ws-info-table .el-form-item .el-form-item__label {
|
|
|
- // width: 43%;
|
|
|
- // text-align: center;
|
|
|
background-color: #f5f7fa;
|
|
|
}
|
|
|
.position .zaizhong {
|
|
@@ -553,20 +551,11 @@ export default {
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
margin-bottom: 5px;
|
|
|
background-color: #fff;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
color: #8890b1;
|
|
|
line-height: 16px;
|
|
|
}
|
|
|
-/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
- background-color: #fff;
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #8890b1;
|
|
|
- line-height: 16px;
|
|
|
-}
|
|
|
-
|
|
|
/deep/.ws-info-table .el-form-item .el-form-item__content {
|
|
|
background: #f5f7fa;
|
|
|
border-radius: 4px;
|
|
@@ -607,7 +596,7 @@ export default {
|
|
|
}
|
|
|
/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
// background-color: #f5f7fa;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #8890b1;
|
|
@@ -625,7 +614,7 @@ export default {
|
|
|
/deep/.position .ws-info-table .el-form-item .el-form-item__label {
|
|
|
background-color: #f5f7fa;
|
|
|
// text-align: center;
|
|
|
- width: 43%;
|
|
|
+ width: 48%;
|
|
|
|
|
|
}
|
|
|
.middle {
|
|
@@ -638,4 +627,17 @@ export default {
|
|
|
margin-top: 6px;
|
|
|
left: 2px;
|
|
|
}
|
|
|
+/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label {
|
|
|
+ // background-color: #eee;
|
|
|
+ // padding-right: 8px;
|
|
|
+ // padding-left: 8px;
|
|
|
+ // width: 100px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: bold;
|
|
|
+ // color: #333;
|
|
|
+ // overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ // line-height: 40px;
|
|
|
+}
|
|
|
</style>
|