修改图片显示

master
suixy 3 weeks ago
parent aea1a4a0b7
commit 78c956c31e

@ -231,7 +231,7 @@ export default {
} }
.menuClick { .menuClick {
background-image: url("~@/assets/board/common/subheadClick.png"); //background-image: url("~@/assets/board/common/subheadClick.png");
color: #f3f3f3; color: #f3f3f3;
} }

@ -177,7 +177,7 @@
:label="historyTh[i]" :label="historyTh[i]"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row[i].includes('http')"> <div v-if="scope.row[i].toString().includes('http')">
<el-image <el-image
fit="contain" fit="contain"
style="width: 100%; height: 100%" style="width: 100%; height: 100%"

Loading…
Cancel
Save