From 3e74aff0f515c90ecab597eea01aa3a7fe5646ac Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 29 十二月 2022 17:14:53 +0800
Subject: [PATCH] 优化
---
src/views/intelligentPatrol/statistics/unlawful/shop/index.vue | 35 ++++++++++++++++-------------------
1 files changed, 16 insertions(+), 19 deletions(-)
diff --git a/src/views/intelligentPatrol/statistics/unlawful/shop/index.vue b/src/views/intelligentPatrol/statistics/unlawful/shop/index.vue
index af4ae22..2dad694 100644
--- a/src/views/intelligentPatrol/statistics/unlawful/shop/index.vue
+++ b/src/views/intelligentPatrol/statistics/unlawful/shop/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',
}"
@@ -194,7 +191,7 @@
color: #4b9bb7;
header {
- background-color: #09152f;
+ background-color: white;
border: 1pox solid #fff;
.header-content {
@@ -217,7 +214,7 @@
color: #1d3f57;
&::v-deep .el-input__inner {
- background-color: #09152f;
+ // background-color: #09152f;
border: 1px solid #17324c;
}
}
@@ -227,9 +224,9 @@
.el-date-editor {
flex: 1;
}
- :deep(.el-range-input) {
- background-color: #09152f;
- }
+ // :deep(.el-range-input) {
+ // background-color: #09152f;
+ // }
}
.find {
margin-right: auto;
@@ -242,7 +239,7 @@
padding: 0px !important;
}
main {
- background-color: #09152f;
+ // background-color: #09152f;
margin-top: 20px;
padding-bottom: 50px;
border: 1pox solid #fff;
@@ -281,7 +278,7 @@
&::v-deep .el-input__inner {
border: none;
- background-color: #09152f;
+ // background-color: #09152f;
}
&:hover {
@@ -304,7 +301,7 @@
&::v-deep li,
&::v-deep .btn-prev,
&::v-deep .btn-next {
- background-color: #071f39;
+ // background-color: #071f39;
color: #4b9bb7;
}
@@ -315,13 +312,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;
@@ -331,8 +328,8 @@
background-color: #4b9bb7;
}
.el-table {
- color: #4b9bb7;
- font-size: 10px;
+ // color: #4b9bb7;
+ // font-size: 10px;
.operation {
display: flex;
--
Gitblit v1.8.0