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