Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
text2video-frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周成波
text2video-frontend
Commits
cc2501e1
Commit
cc2501e1
authored
Mar 17, 2024
by
周成波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
53bac87f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
src/views/home/index.vue
+6
-2
No files found.
src/views/home/index.vue
View file @
cc2501e1
...
@@ -1279,7 +1279,6 @@ const onMarketingTemplateSubmitGpt = async () => {
...
@@ -1279,7 +1279,6 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-button
type=
"primary"
size=
"small"
>
上传图片
</el-button>
<el-button
type=
"primary"
size=
"small"
>
上传图片
</el-button>
</el-upload>
</el-upload>
<el-button
type=
"danger"
size=
"small"
@
click=
"onClearMarketingTemplatePic('cover')"
style=
"margin-left: 30px;"
>
清除图片
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"onClearMarketingTemplatePic('cover')"
style=
"margin-left: 30px;"
>
清除图片
</el-button>
<el-button
type=
"success"
size=
"small"
@
click=
"onMarketingTemplateAddTextToPic('cover')"
style=
"margin-left: 30px;"
>
预览图片
</el-button>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<div
style=
"width: 100%;"
>
<div
style=
"width: 100%;"
>
...
@@ -1297,6 +1296,9 @@ const onMarketingTemplateSubmitGpt = async () => {
...
@@ -1297,6 +1296,9 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-slider
v-model=
"pic_title.position"
:step=
"0.01"
:min=
"0"
:max=
"1"
show-input
vertical
height=
"100px"
style=
"margin-top: 10px;"
/>
<el-slider
v-model=
"pic_title.position"
:step=
"0.01"
:min=
"0"
:max=
"1"
show-input
vertical
height=
"100px"
style=
"margin-top: 10px;"
/>
<el-button
type=
"danger"
size=
"small"
@
click=
"marketing_template.cover_pic_titles.splice(index, 1);"
style=
"margin-left: 80px;"
>
删除文字
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"marketing_template.cover_pic_titles.splice(index, 1);"
style=
"margin-left: 80px;"
>
删除文字
</el-button>
</div>
</div>
<div
style=
"width: 100%;"
>
<el-button
type=
"success"
size=
"small"
@
click=
"onMarketingTemplateAddTextToPic('cover')"
>
预览图片
</el-button>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
<el-form-item
label=
"封底图片"
>
<el-form-item
label=
"封底图片"
>
...
@@ -1320,7 +1322,6 @@ const onMarketingTemplateSubmitGpt = async () => {
...
@@ -1320,7 +1322,6 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-button
type=
"primary"
size=
"small"
>
上传图片
</el-button>
<el-button
type=
"primary"
size=
"small"
>
上传图片
</el-button>
</el-upload>
</el-upload>
<el-button
type=
"danger"
size=
"small"
@
click=
"onClearMarketingTemplatePic('product')"
style=
"margin-left: 30px;"
>
清除图片
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"onClearMarketingTemplatePic('product')"
style=
"margin-left: 30px;"
>
清除图片
</el-button>
<el-button
type=
"success"
size=
"small"
@
click=
"onMarketingTemplateAddTextToPic('product')"
style=
"margin-left: 30px;"
>
预览图片
</el-button>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<div
style=
"width: 100%;"
>
<div
style=
"width: 100%;"
>
...
@@ -1338,6 +1339,9 @@ const onMarketingTemplateSubmitGpt = async () => {
...
@@ -1338,6 +1339,9 @@ const onMarketingTemplateSubmitGpt = async () => {
<el-slider
v-model=
"pic_title.position"
:step=
"0.01"
:min=
"0"
:max=
"1"
show-input
vertical
height=
"100px"
style=
"margin-top: 10px;"
/>
<el-slider
v-model=
"pic_title.position"
:step=
"0.01"
:min=
"0"
:max=
"1"
show-input
vertical
height=
"100px"
style=
"margin-top: 10px;"
/>
<el-button
type=
"danger"
size=
"small"
@
click=
"marketing_template.product_pic_titles.splice(index, 1);"
style=
"margin-left: 80px;"
>
删除文字
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"marketing_template.product_pic_titles.splice(index, 1);"
style=
"margin-left: 80px;"
>
删除文字
</el-button>
</div>
</div>
<div
style=
"width: 100%;"
>
<el-button
type=
"success"
size=
"small"
@
click=
"onMarketingTemplateAddTextToPic('product')"
>
预览图片
</el-button>
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"封底旁白"
>
<el-form-item
label=
"封底旁白"
>
<el-input
v-model=
"marketing_template.product_pic_speech"
:autosize=
"true"
type=
"textarea"
></el-input>
<el-input
v-model=
"marketing_template.product_pic_speech"
:autosize=
"true"
type=
"textarea"
></el-input>
...
...
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