This commit is contained in:
熊成强 2020-11-10 11:22:12 +08:00
parent 21a6b4eb30
commit aacf45462a

View File

@ -57,14 +57,14 @@
</div>
</div>
<div v-if="item.detailDtos.length===0" class="table-content-right-item">
<div v-if="tableInfo.score || tableAuth.showScore" class="table-content-right-item">
<div class="name">
</div>
<div>
<div class="kaohe">
</div>
<div v-if="tableInfo.result || tableAuth.showResult">
</div>
<div class="quanzhomng" style="flex:none;">
<div class="quanzhomng " style="flex:none;">
</div>
<div style="padding:10px;flex:none;width:130px;" v-if="tableInfo.score || tableAuth.showScore">
{{score.scoreLevel}}
@ -211,6 +211,10 @@ export default {
}
</script>
<style lang='less' scoped>
.name{
flex: none !important;
width: 100px !important;
}
.kaohe{
flex: none !important;
width: 500px !important;