task#14196,添加响应式判断,师傅表格数据调整

This commit is contained in:
2024-07-01 16:32:37 +08:00
parent d4c6081f34
commit 793be9d28d
4 changed files with 260 additions and 32 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="wrap">
<div id="supplierScore" ref="supplierScore" style="width: 100%;height: 125px" @click="handle"></div>
<div id="supplierScore" ref="supplierScore" class="chart" @click="handle"></div>
</div>
</template>
@ -97,4 +97,8 @@ export default {
.img{
@include whMarLe(12px,10px,4px);
}
.chart{
width: 100%;
height: 125px;
}
</style>