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> </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 class="name">
</div> </div>
<div> <div class="kaohe">
</div> </div>
<div v-if="tableInfo.result || tableAuth.showResult"> <div v-if="tableInfo.result || tableAuth.showResult">
</div> </div>
<div class="quanzhomng" style="flex:none;"> <div class="quanzhomng " style="flex:none;">
</div> </div>
<div style="padding:10px;flex:none;width:130px;" v-if="tableInfo.score || tableAuth.showScore"> <div style="padding:10px;flex:none;width:130px;" v-if="tableInfo.score || tableAuth.showScore">
{{score.scoreLevel}} {{score.scoreLevel}}
@ -211,6 +211,10 @@ export default {
} }
</script> </script>
<style lang='less' scoped> <style lang='less' scoped>
.name{
flex: none !important;
width: 100px !important;
}
.kaohe{ .kaohe{
flex: none !important; flex: none !important;
width: 500px !important; width: 500px !important;