|
@@ -18,7 +18,7 @@
|
|
|
<el-tab-pane v-for="item in data.tabOptions" :key="item.value" :name="item.value" :label="item.label"
|
|
|
v-loading="audioData.loading">
|
|
|
<el-empty v-if="audioData.tableData.length === 0" description="暂无数据" />
|
|
|
- <el-scrollbar v-else :height="220">
|
|
|
+ <el-scrollbar v-else :height="260">
|
|
|
<draggable class="contentList" :style="[activeName !== 2 ? 'flex-direction: column' : 'flex-wrap: wrap;']"
|
|
|
v-model="audioData.tableData" item-key="id" chosen-class="chosenClass" data-id="content"
|
|
|
:group="{ name: 'componentGroup', pull: 'clone', put: false }" :sort="false" @move="onMove"
|