优化
This commit is contained in:
parent
21a6b4eb30
commit
aacf45462a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user