修改图片显示

master
suixy 5 days ago
parent aea1a4a0b7
commit 78c956c31e

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

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

Loading…
Cancel
Save