|
|
@ -9,7 +9,7 @@ |
|
|
|
|
|
|
|
<div class="m-center" v-if="tableData.length > 0"> |
|
|
|
<div class="center-left"> |
|
|
|
<div class="list"> |
|
|
|
<div class="list" :class="{ 'z-iframe': $store.state.inIframe }"> |
|
|
|
<div |
|
|
|
@click="currentIndex = index" |
|
|
|
class="item" |
|
|
@ -378,6 +378,11 @@ export default { |
|
|
|
padding-right: 10px; |
|
|
|
height: calc(100vh - 210px); |
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
&.z-iframe { |
|
|
|
height: calc(100vh - 100px); |
|
|
|
} |
|
|
|
|
|
|
|
&::-webkit-scrollbar { |
|
|
|
/*滚动条整体样式*/ |
|
|
|
width: 8px; /*高宽分别对应横竖滚动条的尺寸*/ |
|
|
|