From e5a3acc3308208773552d7dba382a81bb8a5ef2e Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 21 Jan 2025 14:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstJob/joblist.vue | 57 ++++++++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 8895075..3c3af54 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -26,7 +26,7 @@
-
+
@@ -3345,11 +3373,11 @@ export default { p { margin-bottom: 0; } -.model-obj{ +.model-obj,.model-obj-copy{ background-color: #ffffff; position: absolute; left: -592px; - top: 14px; + top: 44px; width: 640px; border-radius: 6px; .filter { @@ -3685,4 +3713,25 @@ p { } } } + + .model-obj-copy{ + left: 50%; + top: 52px; + transform: translateX(-50%); + background-color: transparent; + .filter{ + padding: 0; + .filter-title{ + top: 0 !important; + position: relative; + padding-left: 0; + .filter-show{ + >span{ + background-color: #fff; + } + } + } + } + + }