|
@@ -170,11 +170,11 @@ header {
|
|
|
|
|
|
/* el-select 下拉框 样式 */
|
|
|
|
|
|
-.el-input__suffix {
|
|
|
+.select-trigger .el-input__suffix {
|
|
|
line-height: 1rem !important;
|
|
|
}
|
|
|
|
|
|
-.el-input--suffix .el-input__inner {
|
|
|
+.select-trigger .el-input--suffix .el-input__inner {
|
|
|
margin-top: 0.2rem;
|
|
|
width: 2rem !important;
|
|
|
height: 0.375rem !important;
|
|
@@ -185,18 +185,18 @@ header {
|
|
|
border-radius: 0px !important;
|
|
|
}
|
|
|
|
|
|
-.el-input--suffix .el-input__icon {
|
|
|
+.select-trigger .el-input--suffix .el-input__icon {
|
|
|
width: 0.3125rem;
|
|
|
line-height: 0.375rem !important;
|
|
|
}
|
|
|
|
|
|
-.el-input--suffix .el-select__caret {
|
|
|
+.select-trigger .el-input--suffix .el-select__caret {
|
|
|
color: #4BF4F9 !important;
|
|
|
font-size: 0.175rem !important;
|
|
|
}
|
|
|
|
|
|
-.el-input__prefix,
|
|
|
-.el-input__suffix {
|
|
|
+.select-trigger .el-input__prefix,
|
|
|
+.select-trigger .el-input__suffix {
|
|
|
top: -0.30rem !important;
|
|
|
}
|
|
|
|
|
@@ -755,4 +755,53 @@ p {
|
|
|
/* 站点信息弹框 end */
|
|
|
|
|
|
|
|
|
+/* 时间选择器样式 start */
|
|
|
+
|
|
|
+.filterSec .el-date-editor .el-range-input {
|
|
|
+ color: #fff
|
|
|
+}
|
|
|
+
|
|
|
+.filterSec .el-input__inner {
|
|
|
+ /* width: 5.25rem !important;
|
|
|
+ width: 80%; */
|
|
|
+ height: 24px !important;
|
|
|
+ line-height: 24px !important;
|
|
|
+ background-color: rgba(3, 107, 119, 0.5);
|
|
|
+ border: 1px solid rgba(3, 107, 119, 1);
|
|
|
+ z-index: 199;
|
|
|
+ color: #fff
|
|
|
+}
|
|
|
+
|
|
|
+.filterSec .el-range-input {
|
|
|
+ background-color: transparent;
|
|
|
+ color: #fff;
|
|
|
+ width: 55%;
|
|
|
+}
|
|
|
+
|
|
|
+.filterSec .el-range-separator {
|
|
|
+ line-height: 24px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.filterSec .el-time-panel {
|
|
|
+ left: -0.3rem !important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* 历史趋势 */
|
|
|
+
|
|
|
+.hisTrend .el-date-editor.el-input,
|
|
|
+.hisTrend .el-date-editor.el-input__inner {
|
|
|
+ width: 2.5rem
|
|
|
+}
|
|
|
+
|
|
|
+.hisTrend .el-input__icon,
|
|
|
+.hisTrend .el-input {
|
|
|
+ line-height: 24px
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* 时间选择器样式end */
|
|
|
+
|
|
|
+
|
|
|
/* ming end */
|