From 8afb1cbbeeccc488b43d33da8ca83f4e3ff1f2b4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 08 Feb 2023 16:50:20 +0800
Subject: [PATCH] 视频监控树结构更改,地图添加影像服务
---
src/styles/media/index.scss | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/styles/media/index.scss b/src/styles/media/index.scss
index 0b12cd4..428dc89 100644
--- a/src/styles/media/index.scss
+++ b/src/styles/media/index.scss
@@ -1081,9 +1081,9 @@
height: countSizeVh(52);
input {
- font-size: countSizeVh(18);
+ height: countSizeVh(32);
+ font-size: countSizeVh(16);
border: countSizeVh(1) solid rgb(0, 92, 169);
- border-radius: countSizeVh(20) 0 0 countSizeVw(20, 1920);
}
button {
@@ -2649,7 +2649,7 @@
.date-day-style.el-picker-panel {
width: countSizeVw(536, 1920) !important;
-
+
}
.el-date-range-picker__header div {
@@ -2691,11 +2691,12 @@
margin-left: countSizeVw(110, 1920);
display: flex;
}
+
.el-picker-panel__body {
display: flex;
}
-
- .el-date-table .disabled div{
+
+ .el-date-table .disabled div {
background-color: $sub-tab-border-color;
}
--
Gitblit v1.9.3