From c5f6faa65838eaea1e438738ab8ddec84b7cc970 Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Wed, 13 Aug 2025 11:40:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E9=87=8D=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E9=80=82=E9=85=8D=E5=8F=8A=E8=A1=A8?=
=?UTF-8?q?=E6=A0=BC=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/SliderMenu.vue | 2 +-
src/style/theme/index.css | 10 ++++++----
src/views/agent/checkOrderList.vue | 20 ++++++++++++--------
3 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/src/components/SliderMenu.vue b/src/components/SliderMenu.vue
index 068ebba..5af6846 100644
--- a/src/components/SliderMenu.vue
+++ b/src/components/SliderMenu.vue
@@ -32,7 +32,7 @@
+ activeColor="#006AFF" :isActive="item.index == currentMenuItem && currentMenuItem[index]" />
{{ item.title }}
diff --git a/src/style/theme/index.css b/src/style/theme/index.css
index b9ceb8a..2de108e 100644
--- a/src/style/theme/index.css
+++ b/src/style/theme/index.css
@@ -4328,7 +4328,7 @@ border-color:#006AFF !important;
color: #1e2226
}
-.el-menu-item:focus,
+/* .el-menu-item:focus, */
.el-menu-item:hover {
outline: 0;
background-color: #e6f0ff
@@ -4386,7 +4386,7 @@ border-color:#006AFF !important;
color: #1e2226
}
-.el-submenu__title:focus,
+/* .el-submenu__title:focus, */
.el-submenu__title:hover {
outline: 0;
background-color: #e6f0ff
@@ -12530,15 +12530,17 @@ border-color:#006AFF !important;
vertical-align: middle;
float: left;
font-size: 14px;
- color: #1e2226;
+ color: #626573;
line-height: 18px;
white-space: nowrap;
padding: 0 12px 0 0;
-webkit-box-sizing: border-box;
- box-sizing: border-box
+ box-sizing: border-box;
+ letter-spacing: 0.08em;
}
.column .el-form-item__label{
margin-bottom: 12px;
+ color: #1e2226;
}
.el-form-item__content {
line-height: 40px;
diff --git a/src/views/agent/checkOrderList.vue b/src/views/agent/checkOrderList.vue
index 2d812d9..013ac6f 100644
--- a/src/views/agent/checkOrderList.vue
+++ b/src/views/agent/checkOrderList.vue
@@ -45,7 +45,7 @@
-
筛选及导出列表
+
筛选及导出列表
清空
筛选
@@ -53,19 +53,19 @@
-
时间范围
+
时间范围
+ start-placeholder="开始日期" end-placeholder="结束日期" style="min-width:210px;flex:1" format="yyyy-MM-dd" value-format="yyyy-MM-dd">
-
-
-
@@ -151,13 +151,13 @@
-
+
@@ -800,6 +800,10 @@ export default {
margin-left: 0 !important;
transform: none !important;
}
+.noWrap{
+ white-space: nowrap;
+ color: #626573;
+}
.wh-16 {
width: 16px;