Commit acd87142 authored by 黄奎's avatar 黄奎

页面修改

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