From 52da7460a26b0f99d2f72ff4dc61765daca30e50 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 03 一月 2023 09:47:03 +0800
Subject: [PATCH] 跨域配置修改
---
src/views/intelligentPatrol/statistics/unlawful/point/index.vue | 39 +++++++++++++++++----------------------
1 files changed, 17 insertions(+), 22 deletions(-)
diff --git a/src/views/intelligentPatrol/statistics/unlawful/point/index.vue b/src/views/intelligentPatrol/statistics/unlawful/point/index.vue
index 63b8e87..e2c0d5c 100644
--- a/src/views/intelligentPatrol/statistics/unlawful/point/index.vue
+++ b/src/views/intelligentPatrol/statistics/unlawful/point/index.vue
@@ -42,9 +42,6 @@
<el-table
ref="multipleTable"
:header-cell-style="{
- background: '#06122c',
- 'font-size': '12px',
- color: '#4b9bb7',
'font-weight': '650',
'line-height': '45px',
}"
@@ -171,10 +168,8 @@
beginTime:'2022-05-01 00:00:00',
endTime:'2022-09-01 00:00:00'
}).then((res) => {
- if (res.data.code == 200) {
- this.list = res.data.data.records;
- this.totalNum = res.data.data.total;
- }
+ this.list = res.records;
+ this.totalNum = res.total;
});
},
// 褰撳墠椤垫敼鍙樿Е鍙戜簨浠�
@@ -202,7 +197,7 @@
color: #4b9bb7;
header {
- background-color: #09152f;
+ background-color: white;
border: 1pox solid #fff;
.header-content {
@@ -225,8 +220,8 @@
color: #1d3f57;
&::v-deep .el-input__inner {
- background-color: #09152f;
- border: 1px solid #17324c;
+ // background-color: #09152f;
+ // border: 1px solid #17324c;
}
}
.el-select {
@@ -236,7 +231,7 @@
flex: 1;
}
:deep(.el-range-input) {
- background-color: #09152f;
+ // background-color: #09152f;
}
}
.find {
@@ -250,7 +245,7 @@
padding: 0px !important;
}
main {
- background-color: #09152f;
+ // background-color: #09152f;
margin-top: 20px;
padding-bottom: 50px;
border: 1pox solid #fff;
@@ -289,7 +284,7 @@
&::v-deep .el-input__inner {
border: none;
- background-color: #09152f;
+ // background-color: #09152f;
}
&:hover {
@@ -312,7 +307,7 @@
&::v-deep li,
&::v-deep .btn-prev,
&::v-deep .btn-next {
- background-color: #071f39;
+ // background-color: #071f39;
color: #4b9bb7;
}
@@ -323,13 +318,13 @@
}
}
}
- &::v-deep .warning-row {
- background-color: #06122c;
- }
+ // &::v-deep .warning-row {
+ // background-color: #06122c;
+ // }
- &::v-deep .success-row {
- background-color: #071f39;
- }
+ // &::v-deep .success-row {
+ // background-color: #071f39;
+ // }
.operationBox {
display: flex;
@@ -339,8 +334,8 @@
background-color: #4b9bb7;
}
.el-table {
- color: #4b9bb7;
- font-size: 10px;
+ // color: #4b9bb7;
+ // font-size: 10px;
.operation {
display: flex;
--
Gitblit v1.8.0