提交 f615e9fd authored 作者: wangjiahao's avatar wangjiahao

fix: 主题滚动条的问题

上级 a1923219
<template> <template>
<el-row> <el-row>
<el-row> <el-row v-loading="$store.getters.loadingMap[$store.getters.currentPath]">
<el-col :span="2"> <el-col :span="2">
<span>&nbsp</span> <span>&nbsp</span>
<ul class="direction"> <ul class="direction">
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="window"> <div class="window">
<ul class="container" :style="containerStyle"> <ul class="container" :style="containerStyle">
<li> <li>
<div style="width:240px; height: 208px;"> <div style="width:240px; height: 208px;overflow: hidden">
<subject-template-item <subject-template-item
v-for="item in sliders[sliders.length - 1]" v-for="item in sliders[sliders.length - 1]"
:key="item.id" :key="item.id"
......
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
background: 'background: 0% 0% / cover rgb(255, 255, 255)' background: 'background: 0% 0% / cover rgb(255, 255, 255)'
} }
if (this.subjectItemDetails) { if (this.subjectItemDetails) {
if (this.subjectItemDetails.panel.backgroundType === 'image'&&this.subjectItemDetails.panel.imageUrl) { if (this.subjectItemDetails.panel.backgroundType === 'image' && this.subjectItemDetails.panel.imageUrl) {
style = { style = {
width: '100%', width: '100%',
height: '100%', height: '100%',
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
} }
.vertical-layout { .vertical-layout {
overflow: hidden auto; overflow: hidden;
position: absolute; position: absolute;
inset: 0px 0px 30px; inset: 0px 0px 30px;
width: 108px; height: 58px; width: 108px; height: 58px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论