diff --git a/src/components/SearchForm/index.vue b/src/components/SearchForm/index.vue index 61e398d..7d5e37e 100644 --- a/src/components/SearchForm/index.vue +++ b/src/components/SearchForm/index.vue @@ -93,6 +93,11 @@ export default { border-bottom: 1px solid rgba(12, 235, 201, 0.3); margin-bottom: 18px; background-color: rgba(12, 235, 201, 0.05); + position: absolute; + top: 0; + left: 0; + width: calc(100% - 20px); + margin-left: 20px; &-item { margin-bottom: 10px; } diff --git a/src/views/statistics/imsData/met/index.vue b/src/views/statistics/imsData/met/index.vue index 5eb1329..db838aa 100644 --- a/src/views/statistics/imsData/met/index.vue +++ b/src/views/statistics/imsData/met/index.vue @@ -1,14 +1,14 @@