fix: 主题滚动条的问题

This commit is contained in:
wangjiahao 2021-05-19 16:37:15 +08:00
parent a1923219dd
commit f615e9fda8
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-row>
<el-row>
<el-row v-loading="$store.getters.loadingMap[$store.getters.currentPath]">
<el-col :span="2">
<span>&nbsp</span>
<ul class="direction">
@ -14,7 +14,7 @@
<div class="window">
<ul class="container" :style="containerStyle">
<li>
<div style="width:240px; height: 208px;">
<div style="width:240px; height: 208px;overflow: hidden">
<subject-template-item
v-for="item in sliders[sliders.length - 1]"
:key="item.id"

View File

@ -80,7 +80,7 @@ export default {
background: 'background: 0% 0% / cover rgb(255, 255, 255)'
}
if (this.subjectItemDetails) {
if (this.subjectItemDetails.panel.backgroundType === 'image'&&this.subjectItemDetails.panel.imageUrl) {
if (this.subjectItemDetails.panel.backgroundType === 'image' && this.subjectItemDetails.panel.imageUrl) {
style = {
width: '100%',
height: '100%',
@ -224,7 +224,7 @@ export default {
}
.vertical-layout {
overflow: hidden auto;
overflow: hidden;
position: absolute;
inset: 0px 0px 30px;
width: 108px; height: 58px;