clay fix : 关闭一系列bug
This commit is contained in:
@@ -3,29 +3,27 @@
|
||||
|
||||
<el-row v-for="(dire,index) in value" :key="index">
|
||||
<!--正文内容-->
|
||||
<el-col class="context">
|
||||
<el-col class="context" :span="23">
|
||||
<el-row class="context_el-row">
|
||||
<el-col :span="2" :offset="1">
|
||||
<el-col :span="1" :offset="1">
|
||||
<img class="context_img" src="@/assets/teaching_staff/eji_icon_ys.png" alt="">
|
||||
</el-col>
|
||||
<el-col :span="3" class="context_name">{{ dire.name }}</el-col>
|
||||
<el-col :span="4" class="context_name">{{ dire.name }}</el-col>
|
||||
<el-col :span="16">
|
||||
<hr class="context_hr">
|
||||
</el-col>
|
||||
<el-row v-for="(chile,index) in dire.children" :key="index">
|
||||
<el-col class="name" :offset="1" :span="23">
|
||||
{{ chile.name }}<span v-if="chile.children.length>1">({{chile.children.length}}人)</span>
|
||||
</el-row>
|
||||
<el-row v-for="(chile,index) in dire.children" :key="index">
|
||||
<el-col class="name" :offset="1" :span="23">
|
||||
{{ chile.name }}<span v-if="chile.children.length>1">({{chile.children.length}}人)</span>
|
||||
</el-col>
|
||||
<el-col class="text" :offset="1" :span="23">
|
||||
<div v-for="(item,index) in chile.children" :key="index">
|
||||
<a :href="item.link">
|
||||
{{ item.name }}
|
||||
</a>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-row>
|
||||
<el-col class="text" :offset="1" :span="23">
|
||||
<div v-for="(item,index) in chile.children" :key="index">
|
||||
<a style="text-decoration: none" :href="item.link">
|
||||
{{ item.name }}
|
||||
</a>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row>
|
||||
</el-row>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -68,7 +66,7 @@ export default {
|
||||
margin: 3rem 2rem;
|
||||
padding-bottom: 3rem;
|
||||
//width: 84.3rem;
|
||||
background: #FFFFFF;
|
||||
//background: #FFFFFF;
|
||||
|
||||
.context_el-row {
|
||||
margin-top: 2rem;
|
||||
@@ -89,6 +87,7 @@ export default {
|
||||
line-height: 2.2rem;
|
||||
margin-top: 1.1rem;
|
||||
border: #1956BC solid 0.1rem;
|
||||
background-color: #1956BC;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,16 +95,25 @@ export default {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 600;
|
||||
color: #1956BC;
|
||||
//color: #1956BC;
|
||||
}
|
||||
.text {
|
||||
font-size: 1.4rem;
|
||||
color: #3C3C3C;
|
||||
//color: #3C3C3C;
|
||||
clear: left;
|
||||
div {
|
||||
float: left;
|
||||
margin-top: .4rem;
|
||||
width: 7.4%;
|
||||
//width: 7.4%;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
a{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:hover{
|
||||
color: #1956BC;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user