diff --git a/src/styles/element.scss b/src/styles/element.scss index 37eda68..cf37787 100644 --- a/src/styles/element.scss +++ b/src/styles/element.scss @@ -514,6 +514,33 @@ border-radius: 50%; } } +// 复选框 +.el-checkbox { + .el-checkbox__inner { + // width: 18px !important; + // height: 18px !important; + background-color: transparent; + border: 1px solid var(--el-color-primary); + } + .el-checkbox__input.is-checked .el-checkbox__inner { + // width: 18px !important; + // height: 18px !important; + background-color: transparent; + } + // .el-checkbox__inner::after { + // width: 13px; + // height: 13px; + // background: #3f6ab0; + // border-radius: 50%; + // } + .el-checkbox__label { + font-size: 20px; + color: var(--el-checkbox-checked-text-color); + } + .el-checkbox__input.is-checked + .el-checkbox__label { + color: white; + } +} // 表单 .el-form { .el-form-item__label { @@ -522,3 +549,8 @@ white-space: nowrap; } } + +// 滚动条 +.el-scrollbar__bar.is-horizontal { + height: 12px; +} diff --git a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss index a417fa5..31e07bb 100644 --- a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss +++ b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss @@ -4,7 +4,7 @@ width: 100%; height: 100%; .leftMenu { - // width: 290px; + width: 300px; // 页面的项目工程 :deep(.item) { height: 78px !important; @@ -59,6 +59,27 @@ width: calc(100% - 300px); height: 100% !important; margin-left: 20px; + .search-select { + box-shadow: none; + :deep() { + .el-card { + border-radius: 8px; + width: 100%; + background-color: var(--el-menu-bg-color); + } + } + .topCard { + display: flex; + align-items: center; + :deep(.el-card__body) { + display: flex; + align-items: center; + } + span { + color: var(--el-menu-text-color); + } + } + } } } :deep(.el-scrollbar__view) { diff --git a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue index ab77c11..86a2106 100644 --- a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue +++ b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue @@ -27,33 +27,35 @@ -
+