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