diff --git a/src/components/SliderMenu.vue b/src/components/SliderMenu.vue
index bac6c1e..1f95bd7 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;