diff --git a/src/views/residentAnalysis/index.vue b/src/views/residentAnalysis/index.vue
index a94f8ea..957cc84 100644
--- a/src/views/residentAnalysis/index.vue
+++ b/src/views/residentAnalysis/index.vue
@@ -12,14 +12,14 @@
-
+
范围
-
+
-
+
@@ -30,16 +30,16 @@
@@ -47,16 +47,16 @@
@@ -1337,6 +1337,12 @@ export default {
::v-deep .el-button--primary {
background-color: #176363;
border-radius: 4px;
+ &:hover {
+ background-color: #176363;
+ }
+ &:active {
+ background-color: #176363;
+ }
}
::v-deep .el-form-item--mini.el-form-item,
@@ -1344,6 +1350,13 @@ export default {
margin-bottom: 8px;
}
+::v-deep .el-button--primary.is-disabled,
+.el-button--primary.is-disabled:active,
+.el-button--primary.is-disabled:focus,
+.el-button--primary.is-disabled:hover {
+ background-color: #176363;
+}
+
#page {
width: 100%;
height: 100%;
@@ -1419,6 +1432,7 @@ export default {
.right {
width: 452px;
height: 100%;
+ box-sizing: border-box;
background-color: #d4e5db;
padding-left: 20px;
padding-right: 10px;