From e7e540f6e956c0617fbb0d5fb170bd00644e2952 Mon Sep 17 00:00:00 2001 From: renpy Date: Mon, 21 Aug 2023 11:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=9B=BA=E5=AE=9A=E5=9C=A8=E9=A1=B6=E9=83=A8=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E8=A6=81=E5=8F=97=E5=BD=B1=E5=93=8Dtable=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchForm/index.vue | 5 +++++ src/views/statistics/imsData/met/index.vue | 20 +++++++++---------- .../radionuclide/particulate/blankphd.vue | 20 +++++++++---------- .../imsData/stateOfHealth/alerts.vue | 20 +++++++++---------- .../imsData/stateOfHealth/rmssoh.vue | 20 +++++++++---------- .../statistics/imsProducts/arr/index.vue | 20 +++++++++---------- .../statistics/imsProducts/rrr/index.vue | 20 +++++++++---------- src/views/statistics/list.vue | 20 +++++++++---------- 8 files changed, 75 insertions(+), 70 deletions(-) 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 @@