diff --git a/src/styles/index.scss b/src/styles/index.scss index dac52248..c8385a27 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -223,12 +223,23 @@ el-card{ background: #8ff4ea !important; color: black; } - tr.el-table__row td { background-color: #d8e5f6 !important; } - tr.el-table__row.el-table__row--striped td { background: #e9f0f9 !important; } } + +h3 { + height: 10px !important; + margin: 0px !important; +} +.el-table__footer { + height: 37px; +} +.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td { + background-color: rgb(126,172,237); + font-weight:bold; + color: black; +} diff --git a/src/utils/request.js b/src/utils/request.js index 8eaacaf2..f9d3fd3e 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.1.231:8005/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index ecf9f1ff..99a7f1b1 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -25,7 +25,7 @@ -

总装调试

+

总装调试

- + - + @@ -67,7 +67,7 @@ {{ scope.row.调试结束时间 }} - +