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

View File

@ -57,10 +57,10 @@
</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>
@ -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;