This commit is contained in:
熊成强 2020-11-23 16:32:25 +08:00
parent 4f3c946067
commit d95ce01840

View File

@ -84,15 +84,15 @@
</div> </div>
<div class='jieguo' v-if="tableInfo.result || tableAuth.showResult"> <div class='jieguo' v-if="tableInfo.result || tableAuth.showResult">
</div> </div>
<div class="quanzhomng " style="flex:none;"> <div class="quanzhomng pingfen" style="flex:none;">
</div> </div>
<div style="padding:10px;flex:none;width:130px;" v-if="tableInfo.score || tableAuth.showScore"> <div class="pingfen" style="padding:10px;flex:none;width:130px;" v-if="tableInfo.score || tableAuth.showScore">
{{score.scoreLevel}} {{score.scoreLevel}}
</div> </div>
<div class="quanzhomng" style="flex:none;" v-if="tableInfo.score || tableAuth.showScore"> <div class="quanzhomng pingfen" style="flex:none;" v-if="tableInfo.score || tableAuth.showScore">
{{score.lastScore}} {{score.lastScore}}
</div> </div>
<div style="padding:10px;width: 200px;" v-if="tableInfo.score || tableAuth.showScore"> <div class="pingfen" style="padding:10px;width: 200px;" v-if="tableInfo.score || tableAuth.showScore">
</div> </div>
</div> </div>
</div> </div>