Commit acd87142 authored by 黄奎's avatar 黄奎

页面修改

parent 8e3af8b1
......@@ -1165,20 +1165,8 @@
<eduinfo-form v-if="isShowEduForm" :seting-obj="eduObj" @close="closeEdudia" @success="refreshPage">
</eduinfo-form>
<div v-if="isShowContract" class="_show_img_box" @click="(isShowContract = false), (imgViewList = [])">
<div style="
position: absolute;
max-width: 800px;
height: auto;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -300px;
">
<!-- <el-carousel :initial-index="initialIndex" height="600px" :interval="5000" trigger="click">
<el-carousel-item style="height: 600px; overflow: auto" v-for="(item, index) in imgViewList" :key="index">
<img :src="item" style="" />
</el-carousel-item>
</el-carousel> -->
<div
style="position: absolute;max-width: 800px; height: auto; left: 50%;top: 50%; margin-left: -400px; margin-top: -300px;">
<el-image style="width: 100%; height: 100%" fit="cover" v-for="(item, index) in imgViewList" :key="index"
:src="item" :preview-src-list="imgViewList">
</el-image>
......@@ -1268,9 +1256,9 @@
type: Number,
default: 0
},
loading:{
type:Boolean,
default:false,
loading: {
type: Boolean,
default: false,
}
},
data() {
......@@ -1986,6 +1974,7 @@
this.teacherMsg.HelpEnterId =
item.HelpEnterId > 0 ? item.HelpEnterId : "";
},
//修改关联老师
setCheckStatus() {
if (
this.teacherMsg.HelpEnterId == 0 ||
......@@ -2148,7 +2137,6 @@
background-color: #ffffff;
padding: 9px 15px;
color: #333333;
/*border: 1px solid #d2d2d2;*/
}
.classorder table ._color_666 {
......@@ -2168,9 +2156,7 @@
border-collapse: collapse;
}
.classorder .enrollTotalSearchTable tr {
/* border-bottom: 2px solid #333; */
}
.classorder .enrollTotalSearchTable tr {}
.classorder .enrollTotalSearchTable tr th {
background: #dddee0;
......@@ -2195,8 +2181,6 @@
.classorder .enrollTotalSearchTable tr td {
height: 66px;
padding: 10px;
/*border-top: 1px solid #cccccc;*/
/*border-left: 1px solid #cccccc;*/
}
.classorder .enrollTotalSearchTable tr td>img {
......@@ -2278,7 +2262,6 @@
}
.table-body {
/* height: 590px; */
overflow-x: hidden;
overflow-y: auto;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment