This commit is contained in:
2026-01-14 17:20:02 +08:00
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" },
]