【修改】修改bug
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
</div>
|
||||
<div class="report-jug">
|
||||
<div class="report-jug-left">
|
||||
报告满意度:
|
||||
<div>报告满意度</div>
|
||||
|
||||
<el-rate allow-half :max="5" v-model="userRating" @click.native="saveScore"></el-rate>
|
||||
</div>
|
||||
<div class="pointclick">
|
||||
@@ -386,7 +387,12 @@ export default {
|
||||
|
||||
.report-jug-left {
|
||||
display: flex;
|
||||
|
||||
&>div{
|
||||
margin-right: 10px;
|
||||
}
|
||||
::v-deep .el-rate__item{
|
||||
vertical-align: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user