|
@@ -110,7 +110,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='style' label='图例样式' width='150'>
|
|
|
<template slot-scope='{row}'>
|
|
|
- <img :class='`${row.Type!="Image"?"img1":"img"}`' :src='`/serve/topology-wanda/Picture/query/${row.Url}`' alt />
|
|
|
+ <img :class='`${row.Type=="Zone"?"img1":"img"}`' :src='`/serve/topology-wanda/Picture/query/${row.Url}`' alt />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='Unit' label='单位' width='120'>
|
|
@@ -573,7 +573,8 @@ export default {
|
|
|
height: 28px;
|
|
|
}
|
|
|
.img1 {
|
|
|
- width: 44px;
|
|
|
+ width: 32px;
|
|
|
+ height: 18px;
|
|
|
}
|
|
|
}
|
|
|
.foot {
|