This commit is contained in:
宋伟佳
2021-06-04 09:14:03 +08:00
parent fbf5ccaaae
commit 0b7920498e
6 changed files with 26 additions and 11 deletions
@@ -5,7 +5,7 @@
<div class="back" title="返回" @click="back">
<i class="el-icon-back"></i>
</div>
<div class="title">{{ personShareEO.oldStandName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
<div class="title">{{opinionList.standardName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
</div>
<transition name="el-zoom-in-top">
<div v-show="heightShow" class="transition-box">
@@ -230,7 +230,7 @@ export default {
line-height: 35px;
.transition-box-label{
display: inline-block;
width: 80px;
width: 100px;
vertical-align: top;
}
.transition-box-span{
@@ -272,6 +272,10 @@ export default {
}
}
}
.effect {
margin-left: 10px;
margin-bottom: 10px;
}
.container {
//height: calc(~'100% - 52px - 55px - 50px');
flex: auto;
@@ -299,6 +299,7 @@ export default {
}
.effect {
margin-left: 10px;
margin-bottom: 10px;
}
.container {
height: calc(~'100% - 52px - 55px - 50px');