【修改】修改bug

This commit is contained in:
zhoulingpo
2023-05-12 17:03:28 +08:00
parent 30d0ce64b9
commit aeb3f37d4d
12 changed files with 137 additions and 69 deletions
+8 -2
View File
@@ -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;
}
}
}