mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
feat: add scroll-bar for board
This commit is contained in:
parent
734d7023af
commit
7f64928da1
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="page-design" ref="page_design" :style="{ paddingTop: dPaddingTop + 'px' }">
|
<div id="page-design" ref="page_design" :style="{ paddingTop: dPaddingTop + 'px' }">
|
||||||
|
<el-scrollbar class="scroll-container">
|
||||||
<div
|
<div
|
||||||
id="out-page"
|
id="out-page"
|
||||||
class="out-page"
|
class="out-page"
|
||||||
@ -54,12 +55,14 @@
|
|||||||
<!-- <size-control v-if="dSelectWidgets.length === 0" /> -->
|
<!-- <size-control v-if="dSelectWidgets.length === 0" /> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</el-scrollbar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { nextTick, onMounted, ref } from 'vue'
|
import { nextTick, onMounted, ref } from 'vue'
|
||||||
import { mapGetters, mapActions, useStore } from 'vuex'
|
import { mapGetters, mapActions, useStore } from 'vuex'
|
||||||
|
import { ElScrollbar } from 'element-plus'
|
||||||
import { getTarget } from '@/common/methods/target'
|
import { getTarget } from '@/common/methods/target'
|
||||||
|
|
||||||
import setWidgetData from '@/common/methods/DesignFeatures/setWidgetData'
|
import setWidgetData from '@/common/methods/DesignFeatures/setWidgetData'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user