mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-12 12:26:48 +08:00
feat:新增filesorag页面;修改考试三个页面
This commit is contained in:
@@ -80,7 +80,11 @@ export default {
|
||||
setup() {
|
||||
|
||||
},
|
||||
|
||||
data(){
|
||||
return {
|
||||
showBox: false,
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -167,6 +171,8 @@ export default {
|
||||
margin-top: 10px;
|
||||
.noticebox {
|
||||
width: 90%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(36, 120, 255, 0.15) 0%,
|
||||
@@ -176,10 +182,9 @@ export default {
|
||||
position: relative;
|
||||
|
||||
.mani {
|
||||
margin-left: 20.5px;
|
||||
width: 90%;
|
||||
dispaly: flex;
|
||||
margin-top: 20px;
|
||||
line-height: 24px;
|
||||
|
||||
.lefttitle {
|
||||
display: flex;
|
||||
position: relative;
|
||||
@@ -214,7 +219,7 @@ export default {
|
||||
font-size: 13px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
margin: 18.5px 12px 24.5px 0;
|
||||
margin: 18.5px 0 29.5px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -236,7 +241,6 @@ export default {
|
||||
.teachmani {
|
||||
width: 90%;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 27.5px;
|
||||
.lefttitle {
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
import { reactive, toRefs } from "vue";
|
||||
import TitleHead from "@/components/TitleHead.vue";
|
||||
export default {
|
||||
name: "PathmaoPage",
|
||||
name: "PathmapPage",
|
||||
components: {
|
||||
TitleHead,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user