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; + } + } + } + } + + }