优化
This commit is contained in:
parent
4b59f3956e
commit
47bfdd9264
@ -75,8 +75,8 @@ export default {
|
|||||||
|
|
||||||
<style lang='less' scoped>
|
<style lang='less' scoped>
|
||||||
.pinglunTem {
|
.pinglunTem {
|
||||||
max-height: 300px;
|
// max-height: 300px;
|
||||||
overflow: auto;
|
// overflow: auto;
|
||||||
.pingcontent:first-child{
|
.pingcontent:first-child{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -139,7 +139,7 @@
|
|||||||
<div v-if="!i.updateProcess && i.typeDesc"
|
<div v-if="!i.updateProcess && i.typeDesc"
|
||||||
class="drawer-content-left-content-center"
|
class="drawer-content-left-content-center"
|
||||||
:class="{bg:i.showTask}">
|
:class="{bg:i.showTask}">
|
||||||
<div class="content commonFont">
|
<div class="content commonFont" style="padding:0 20px;">
|
||||||
<div class="drawer-content-left-content-center-left">
|
<div class="drawer-content-left-content-center-left">
|
||||||
<img v-if="!i.showTask"
|
<img v-if="!i.showTask"
|
||||||
:onerror="defaultImg"
|
:onerror="defaultImg"
|
||||||
@ -157,9 +157,11 @@
|
|||||||
class="el-icon-arrow-down"></i>
|
class="el-icon-arrow-down"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<pinglun v-if="i.showTask"
|
<div style="overflow:auto;max-height:300px;padding:0 20px;">
|
||||||
|
<pinglun v-if="i.showTask"
|
||||||
background='#fff'
|
background='#fff'
|
||||||
:pinglunList='i.taskList' />
|
:pinglunList='i.taskList' />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="i.updateProcess"
|
<div v-if="i.updateProcess"
|
||||||
class="drawer-content-left-content-bottom">
|
class="drawer-content-left-content-bottom">
|
||||||
@ -677,7 +679,7 @@ export default {
|
|||||||
transform: rotate(-180deg);
|
transform: rotate(-180deg);
|
||||||
}
|
}
|
||||||
&-center {
|
&-center {
|
||||||
padding: 6px 20px 6px;
|
padding: 6px 0 6px;
|
||||||
.label {
|
.label {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user