10.14号更新

This commit is contained in:
zoujiandong
2025-10-14 17:46:23 +08:00
parent 8b1e9bcb41
commit b16601baa6
99 changed files with 286 additions and 254 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
<template>
<uni-nav-bar title="继续教育" fixed color="#8B2316" height="140rpx" :border="false" backgroundColor="#eeeeee"></uni-nav-bar>
<navBar :title="'继续教育'"></navBar>
<view class="page">
<!-- 课程列表 -->
<view class="course-list">
@@ -103,6 +103,7 @@
import xueyuanImg from "@/static/ganbingxueyuan.png"
import newerImg from "@/static/xinshoujiaocheng.png"
import navTo from '@/utils/navTo.js';
import navBar from "@/components/navBar/navBar.vue"
// 方法
// 方法
const goToCourse = (courseType) => {
@@ -166,7 +167,7 @@ $padding-small: 10px;
.page {
background-color: $gray-bg;
min-height: calc(100vh - 140rpx);
min-height: calc(100vh - 180rpx);
padding-bottom: 120rpx;
}