|
@@ -24,8 +24,8 @@
|
|
|
<!-- 操作按钮 -->
|
|
<!-- 操作按钮 -->
|
|
|
<div class="table-actions">
|
|
<div class="table-actions">
|
|
|
<el-button type="primary" :icon="Upload" @click="showUploadDialog">上传视频</el-button>
|
|
<el-button type="primary" :icon="Upload" @click="showUploadDialog">上传视频</el-button>
|
|
|
- <el-button type="success" :icon="Link" @click="showImportDialog">从URL导入</el-button>
|
|
|
|
|
- <el-button :icon="Refresh" @click="getList">刷新列表</el-button>
|
|
|
|
|
|
|
+ <el-button plain :icon="Link" @click="showImportDialog">从URL导入</el-button>
|
|
|
|
|
+ <el-button plain :icon="Refresh" @click="getList">刷新列表</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 视频列表 -->
|
|
<!-- 视频列表 -->
|
|
@@ -463,6 +463,8 @@ onMounted(() => {
|
|
|
.search-form {
|
|
.search-form {
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
border-radius: var(--radius-base);
|
|
border-radius: var(--radius-base);
|
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
|
+ padding: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.thumbnail-image {
|
|
.thumbnail-image {
|