diff --git a/src/components/FirstJob/components/promotion.vue b/src/components/FirstJob/components/promotion.vue new file mode 100644 index 0000000..b3d2e69 --- /dev/null +++ b/src/components/FirstJob/components/promotion.vue @@ -0,0 +1,113 @@ + + + + + \ No newline at end of file diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 7f1352b..0a279be 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -375,8 +375,8 @@ --> -
-
+
+
最新
@@ -841,7 +841,7 @@
-
+

我的日历 @@ -883,6 +883,10 @@

-->
+ +
+ +
@@ -917,6 +921,7 @@ import $ from "jquery"; import { moneyToFixed, getSalaryClassifyValue, isNotEmptyCheck, disposeJobListData, setReturnFee,setJobInfoPosition } from "../../utils/commonUtil"; import recommend from "@/components/FirstJob/components/recommend.vue"; +import promotion from "@/components/FirstJob/components/promotion.vue"; import { nationlist } from "../../utils/datalist"; import Clipboard from "clipboard"; // 报名弹窗 @@ -934,6 +939,7 @@ export default { components: { recommend, recordModal, + promotion // recordbill, }, // 组件参数 接收来自父组件的数据 @@ -2905,7 +2911,7 @@ export default { margin-top: 10px; background-color: #f0f0f0; .maincontentleft { - width: 800px; + // width: 800px; margin-right: 16px; text-align: left; position: relative; @@ -3254,6 +3260,10 @@ export default { // } // } } + .rightCard{ + width: 302px; + margin-top: 8px; + } .maincontentright { width: 240px; position: relative;