mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix: 主题滚动条的问题
This commit is contained in:
parent
a1923219dd
commit
f615e9fda8
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-row>
|
||||
<el-row>
|
||||
<el-row v-loading="$store.getters.loadingMap[$store.getters.currentPath]">
|
||||
<el-col :span="2">
|
||||
<span> </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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user