jinhui.wang

样式修正

......@@ -8,6 +8,20 @@ let ductLabels = {
"1": "正在释放"
},
},
"cargoLog": {//运单日志
"operatorSource": {
"1": "数据入库",
"2": "自动配舱",
"3": "手动配舱",
"4": "预审不通过释放舱位",
"5": "cutoff释放舱位",
"6": "手动释放舱位",
"7": "预审导出",
"8": "预审导入",
"9": "航班不推送修改为待推送",
"10": "回推项目"
}
},
"menu": {//菜单设置
"menuType": {
"M": "菜单",
......@@ -82,6 +96,14 @@ let ductLabels = {
// "5": "处理失败(系统异常)",
"9": "处理中",
},
"status": {
"0": "未处理",
"1": "已处理",
"2": "无需处理",
"3": "处理失败",
"4": "校验不通过",
"9": "处理中"
},
"weatherGenerateWater": {
"1": "是",
"0": "否"
......@@ -91,14 +113,6 @@ let ductLabels = {
"1": "推送成功",
"2": "推送失败"
},
"status": {
"0": "未处理",
"1": "已处理",
"2": "无需处理",
"3": "处理失败",
"4": "校验不通过",
"9": "处理中"
}
},
"weatherTable": {
"highLowPriceFlg": {
......
......@@ -10,7 +10,7 @@
.wid95 {
width: 95% !important;
}
}
.wid90 {
width: 90% !important;
......@@ -84,9 +84,9 @@
margin-left: 20px;
}
// .el-dialog:not(.is-fullscreen) {
// margin-top: 6vh !important;
// }
// .el-dialog:not(.is-fullscreen) {
// margin-top: 6vh !important;
// }
.el-table {
......@@ -115,7 +115,6 @@
// border-bottom: 1px solid #ddd;
margin: 8px 10px 15px 10px;
padding-top: 15px;
padding-bottom: 5px;
.formItem {
width: 95%;
......@@ -281,3 +280,13 @@
.dialogColumn .el-tooltip {
white-space: pre-line !important;
}
.el-progress-bar {
padding-right: 70px;
}
.el-progress__text {
font-size: 12px !important;
margin-left: 0px;
font-weight: 700 !important;
}
\ No newline at end of file
......