From 87efbf535a6d20064e2125ff5ac5cdc544150513 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Fri, 12 Jul 2024 13:30:39 +0800 Subject: [PATCH] gx --- src/view/hygiene.vue | 89 +++++++++++++++++++++++--------------------- 1 file changed, 46 insertions(+), 43 deletions(-) diff --git a/src/view/hygiene.vue b/src/view/hygiene.vue index 964e311..8987fd0 100644 --- a/src/view/hygiene.vue +++ b/src/view/hygiene.vue @@ -46,7 +46,7 @@ >
-
+
- +
手工零星报销人数
@@ -637,6 +641,46 @@ const getData = async () => { display: flex; flex-direction: column; align-items: center; + .choose { + width: 100%; + display: flex; + justify-content: center; + margin-top: 5px; + margin-bottom: 5px; + margin-left: 35px; + .choose_1 { + cursor: pointer; + width: 124px; + height: 42px; + display: flex; + align-items: center; + justify-content: center; + font-weight: 500; + font-size: 16px; + color: #ffffff; + line-height: 22px; + margin-right: 15px; + background-image: url(@/assets/images/hygiene/choose.png); + background-repeat: no-repeat; + background-size: 100% 100%; + } + .choose_2 { + cursor: pointer; + width: 124px; + height: 42px; + display: flex; + align-items: center; + justify-content: center; + font-weight: 500; + font-size: 16px; + color: #ffffff; + line-height: 22px; + margin-right: 15px; + background-image: url(@/assets/images/hygiene/noChoose.png); + background-repeat: no-repeat; + background-size: 100% 100%; + } + } .historyimg { margin-top: 10px; padding: 0 25px; @@ -1260,45 +1304,4 @@ const getData = async () => { margin-top: 15px; margin-bottom: 10px; } -.choose { - width: 100%; - display: flex; - justify-content: center; - margin-top: 5px; - margin-bottom: 5px; - margin-left: 35px; - .choose_1 { - cursor: pointer; - width: 124px; - height: 42px; - display: flex; - align-items: center; - justify-content: center; - font-weight: 500; - font-size: 16px; - color: #ffffff; - line-height: 22px; - margin-right: 15px; - background-image: url(@/assets/images/work/choose.png); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - .choose_2 { - cursor: pointer; - width: 124px; - height: 42px; - display: flex; - align-items: center; - justify-content: center; - font-weight: 500; - font-size: 16px; - color: #ffffff; - line-height: 22px; - margin-right: 15px; - background-image: url(@/assets/images/work/noChoose.png); - background-repeat: no-repeat; - background-size: 100% 100%; - } -}