style
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
<image class="match-card-bg" src="@/static/icon/match-card-bg.png" />
|
<image class="match-card-bg" src="@/static/icon/match-card-bg.png" />
|
||||||
<view class="title">简历匹配职位</view>
|
<view class="title">简历匹配职位</view>
|
||||||
<view class="match-item-container">
|
<view class="match-item-container">
|
||||||
<AIMatch ></AIMatch>
|
<AIMatch></AIMatch>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -229,7 +229,7 @@ import { useScrollDirection } from "@/hook/useScrollDirection";
|
|||||||
import { useColumnCount } from "@/hook/useColumnCount";
|
import { useColumnCount } from "@/hook/useColumnCount";
|
||||||
const { isScrollingDown, handleScroll } = useScrollDirection();
|
const { isScrollingDown, handleScroll } = useScrollDirection();
|
||||||
const recommedIndexDb = useRecommedIndexedDBStore();
|
const recommedIndexDb = useRecommedIndexedDBStore();
|
||||||
import AIMatch from "./AIMatch.vue"
|
import AIMatch from "./AIMatch.vue";
|
||||||
|
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
|
|
||||||
@@ -269,14 +269,10 @@ const rangeOptions = ref([
|
|||||||
]);
|
]);
|
||||||
const isLoaded = ref(false);
|
const isLoaded = ref(false);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const occupations = ["律师", "工程师", "医生", "教师", "设计师", "程序员", "会计师", "建筑师", "护士", "销售", "经理", "顾问", "分析师", "研究员", "编辑", "记者", "摄影师", "厨师", "司机", "保安", "客服", "行政", "人事", "市场", "运营", "产品", "测试", "运维", "前端", "后端", "全栈", "数据", "策划", "导演", "演员", "歌手", "作家", "画家", "翻译", "导游"];
|
const occupations = ["律师", "工程师", "医生", "教师", "设计师", "程序员", "会计师", "建筑师", "护士", "销售", "经理", "顾问", "分析师", "研究员", "编辑", "记者", "摄影师", "厨师", "司机", "保安", "客服", "行政", "人事", "市场", "运营", "产品", "测试", "运维", "前端", "后端", "全栈", "数据", "策划", "导演", "演员", "歌手", "作家", "画家", "翻译", "导游"];
|
||||||
|
|
||||||
const colors = ["#0069FE", "#FF9400", "#FF6969", "#21EA85", "#87E2EC"];
|
const colors = ["#0069FE", "#FF9400", "#FF6969", "#21EA85", "#87E2EC"];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const checkStickyStatus = (e) => {
|
const checkStickyStatus = (e) => {
|
||||||
scrollTop.value = e.detail.scrollTop;
|
scrollTop.value = e.detail.scrollTop;
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
@@ -992,7 +988,7 @@ defineExpose({ loadData });
|
|||||||
.video-mask{
|
.video-mask{
|
||||||
position:fixed;
|
position:fixed;
|
||||||
right:10rpx;
|
right:10rpx;
|
||||||
bottom:100rpx;
|
bottom:50rpx;
|
||||||
width:264rpx;
|
width:264rpx;
|
||||||
height:298rpx;
|
height:298rpx;
|
||||||
z-index:6
|
z-index:6
|
||||||
|
|||||||
Reference in New Issue
Block a user