style:修改图片

This commit is contained in:
lixg
2023-02-20 09:32:58 +08:00
parent 8c7a26ee81
commit 36c731f64c
4 changed files with 1405 additions and 899 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,5 @@
<!--
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2023-02-18 17:48:19
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2023-02-19 17:21:23
* @FilePath: /stu_h5/src/views/faceteach/FaceTeachSignUp.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
<div class="faceteachsignUp">
<div class="faceteachsignup">
<ReturnHead text="课程详情"></ReturnHead>
<TitleHead :text="'【面授课】' + data.planDto?.name"></TitleHead>
<div class="main">
@@ -406,7 +398,7 @@ const returnclick = () => {
router.back();
};
const {
query: { courseId, type, projectStatus, projectEndTime },
query: { courseId, type, id: taskId, projectStatus, projectEndTime },
} = useRoute();
const { data } = useRequest(STU_OFFCOURSE_DETAIL, { courseId });
@@ -591,6 +583,7 @@ function toExamItem(obj) {
window.open(
window.location.protocol +
import.meta.env.VITE_BOE_EXAM_DETAIL_URL +
"/mobile/pages/exam/exam?id=" +
obj.examinationTestId,
"_top"
); //测评
@@ -606,7 +599,7 @@ onUnmounted(() => {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss">
.faceteachsignUp {
.faceteachsignup {
width: 100%;
padding-bottom: 20px;
.main {

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2023-01-19 11:28:11
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2023-02-19 16:03:03
* @LastEditTime: 2023-02-19 21:02:52
* @FilePath: /stu_h5/src/views/projectdetails/ProjectPath.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -181,7 +181,7 @@ const handleClick = (tab, event) => {
const goDetails = () => {
router.push({
path: "/pathdetails",
query: { routerId: 396 },
query: { routerId: 397 },
});
// router.push({
// path: "/projectdetails",