Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
school-paper-admin-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
school-paper
school-paper-admin-front
Commits
f85e4169
Commit
f85e4169
authored
Jul 24, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改视频大小限制
parent
288adcf2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
src/views/school-paper/questionBank/index.vue
+8
-2
No files found.
src/views/school-paper/questionBank/index.vue
View file @
f85e4169
...
...
@@ -311,7 +311,13 @@
/>
<!-- 添加或修改题库主对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"70%"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"70%"
append-to-body
destroy-on-close
>
<el-form
ref=
"form"
:model=
"form"
...
...
@@ -494,7 +500,7 @@
<fileUpload
v-model=
"form.resolveVideo"
:limit=
"1"
:fileSize=
"10
000
"
:fileSize=
"10
24
"
:fileType=
"['mp4', 'mp3']"
/>
</el-form-item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment