This commit is contained in:
lcw
2026-01-13 22:17:31 +08:00
parent fab9c4f9fc
commit 81d81d8454
75 changed files with 159 additions and 82 deletions

View File

@ -35,6 +35,7 @@
<!-- 详情 -->
<DetailForm ref="detailDiloag" @refresh="getList" />
</div>
<VideoDisplay v-model="showVideoDisplay" :videoTitle="videoTitle" :listQuery="videoDisplayData"/>
</template>
@ -75,7 +76,7 @@ const pageData = reactive({
pageSize: 20,
pageCurrent: 1
},
controlsWidth: 180,
controlsWidth: 240,
tableColumn: [
{ label: "视频标题", prop: "spbt" },
]