Commit 1fdc9f58 authored by 张伯涛's avatar 张伯涛

修改

parent 82c1223e
...@@ -201,6 +201,10 @@ body .el-table th.gutter{ ...@@ -201,6 +201,10 @@ body .el-table th.gutter{
.deleteLink { .deleteLink {
color: #D20A10; color: #D20A10;
} }
.el-message--error .el-message__content{
height: 400px;
overflow-y: auto;
}
// confirm确定按钮颜色样式 // confirm确定按钮颜色样式
.el-message-box__btns button:nth-child(2) { .el-message-box__btns button:nth-child(2) {
border-color: #D20A10; border-color: #D20A10;
......
...@@ -187,8 +187,8 @@ export default { ...@@ -187,8 +187,8 @@ export default {
// 搜索框数据 // 搜索框数据
queryParams: { queryParams: {
// startDate: '2022-06-13', // startDate: '2022-06-13',
startDate: moment(date).format('YYYY-MM-DD') + ' 07:00:00', startDate: moment(date).format('YYYY-MM-DD') + ' 00:00:00',
endDate: moment(date.setTime(date.getTime() + 3600 * 1000 * 24)).format('YYYY-MM-DD') + ' 07:00:00' endDate: moment(date.setTime(date.getTime() + 3600 * 1000 * 24)).format('YYYY-MM-DD') + ' 00:00:00'
}, },
// 表格数据 // 表格数据
indexList: [ indexList: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment