|
@@ -28,7 +28,7 @@
|
|
v-model="tagging.title"
|
|
v-model="tagging.title"
|
|
maxlength="15"
|
|
maxlength="15"
|
|
/>
|
|
/>
|
|
- <div style="margin-bottom: 10px">
|
|
|
|
|
|
+ <div class="input">
|
|
<ui-input type="checkbox" label="标题长驻显示" v-model="tagging.show3dTitle" />
|
|
<ui-input type="checkbox" label="标题长驻显示" v-model="tagging.show3dTitle" />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -72,6 +72,38 @@
|
|
<template #preIcon><span>提取人:</span></template>
|
|
<template #preIcon><span>提取人:</span></template>
|
|
</ui-input>
|
|
</ui-input>
|
|
|
|
|
|
|
|
+ <div class="input">
|
|
|
|
+ <div class="mat-select">
|
|
|
|
+ <span>音乐</span>
|
|
|
|
+ <span class="select">+ 从媒体库上传</span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <ui-input
|
|
|
|
+ class="input"
|
|
|
|
+ type="file"
|
|
|
|
+ width="100%"
|
|
|
|
+ height="40px"
|
|
|
|
+ preview
|
|
|
|
+ placeholder="上传图片"
|
|
|
|
+ othPlaceholder="支持 mp3/wav 格式,≤30MB"
|
|
|
|
+ accept=".mp3, .wav"
|
|
|
|
+ :disable="true"
|
|
|
|
+ :multiple="false"
|
|
|
|
+ :maxSize="30 * 1024 * 1024"
|
|
|
|
+ @update:modelValue="fileChange"
|
|
|
|
+ >
|
|
|
|
+ <!-- <template v-slot:valuable>
|
|
|
|
+ <Images :tagging="tagging" :hideInfo="true">
|
|
|
|
+ <template v-slot:icons="{ active }">
|
|
|
|
+ <span @click="delImageHandler(active)" class="del-file">
|
|
|
|
+ <ui-icon type="del" ctrl />
|
|
|
|
+ </span>
|
|
|
|
+ </template>
|
|
|
|
+ </Images>
|
|
|
|
+ </template> -->
|
|
|
|
+ </ui-input>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<ui-input
|
|
<ui-input
|
|
class="input"
|
|
class="input"
|
|
type="file"
|
|
type="file"
|