Skip to content

Commit

Permalink
Update admin.html (cf-pages#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-pages authored Mar 31, 2024
1 parent afb954a commit de918ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/lib/theme-chalk/index.css" integrity="sha256-ghr1zmXTODLKl1HULQd6fq1MIe7m3FJiNTOCT8sddLM=" crossorigin="anonymous">
<style>
.el-image__inner.el-image__inner {
width: 160px;
width: 100%;
height: 90px;
}
.el-image {
Expand Down Expand Up @@ -74,7 +74,7 @@
prop="preview"
align="center">
<template slot-scope="scope">
<video v-if="scope.row.name.indexOf('.mp4')>0" style="width: 320px; height: 180px;" controls>
<video v-if="scope.row.name.indexOf('.mp4')>0" style="width: 100%; height: 180px;" controls>
<source :src="'/file/'+scope.row.name" type="video/mp4">
</video>
<el-image
Expand Down Expand Up @@ -113,7 +113,7 @@
<el-button
size="mini"
type="primary"
@click="handleCopy(scope.$index,scope.row.name)">复制文件地址</el-button>
@click="handleCopy(scope.$index,scope.row.name)">复制地址</el-button>
<el-button
size="mini"
type="primary"
Expand Down

0 comments on commit de918ab

Please sign in to comment.