This commit is contained in:
2025-11-20 13:51:34 +08:00
parent 83a1078a4d
commit bca67b7f25

View File

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