From 3ce128affca0131f58c68c21dfc1bd8b6f174cfd Mon Sep 17 00:00:00 2001 From: renpy Date: Tue, 22 Aug 2023 18:34:41 +0800 Subject: [PATCH] =?UTF-8?q?web=20=E6=A8=A1=E5=9D=97table=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchForm/index.vue | 6 +---- src/views/statistics/imsData/met/index.vue | 25 +++++++++++-------- .../nobleGas/betaGamma/calibphd.vue | 1 + .../nobleGas/betaGamma/detbkphd.vue | 1 + .../radionuclide/nobleGas/betaGamma/qcphd.vue | 1 + .../radionuclide/nobleGas/betaGamma/sphdf.vue | 1 + .../radionuclide/nobleGas/betaGamma/sphdp.vue | 1 + .../radionuclide/nobleGas/hpge/calibphd.vue | 1 + .../radionuclide/nobleGas/hpge/detbkphd.vue | 1 + .../radionuclide/nobleGas/hpge/qcphd.vue | 1 + .../radionuclide/nobleGas/hpge/sphdf.vue | 1 + .../radionuclide/nobleGas/hpge/sphdp.vue | 1 + .../radionuclide/particulate/blankphd.vue | 22 ++++++++-------- .../radionuclide/particulate/calibphd.vue | 1 + .../radionuclide/particulate/detbkphd.vue | 1 + .../radionuclide/particulate/qcphd.vue | 1 + .../radionuclide/particulate/sphdf.vue | 1 + .../radionuclide/particulate/sphdp.vue | 1 + .../imsData/stateOfHealth/alerts.vue | 21 ++++++++-------- .../imsData/stateOfHealth/rmssoh.vue | 21 ++++++++-------- .../statistics/imsProducts/arr/index.vue | 21 ++++++++-------- .../statistics/imsProducts/rrr/index.vue | 21 ++++++++-------- src/views/statistics/list.vue | 21 ++++++++-------- 23 files changed, 98 insertions(+), 75 deletions(-) diff --git a/src/components/SearchForm/index.vue b/src/components/SearchForm/index.vue index 7d5e37e..e059480 100644 --- a/src/components/SearchForm/index.vue +++ b/src/components/SearchForm/index.vue @@ -93,11 +93,7 @@ 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 db838aa..7ceb6b9 100644 --- a/src/views/statistics/imsData/met/index.vue +++ b/src/views/statistics/imsData/met/index.vue @@ -1,14 +1,14 @@