Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
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
viitto
pptist
Commits
e7aeccb9
Commit
e7aeccb9
authored
Jun 26, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售广告尺寸,我的空间调整
parent
5ef57b6f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
32 deletions
+31
-32
UploadPicture.vue
src/views/Editor/CanvasTool/UploadPicture.vue
+16
-15
SlideDesignPanel.vue
src/views/Editor/Toolbar/SlideDesignPanel.vue
+15
-17
No files found.
src/views/Editor/CanvasTool/UploadPicture.vue
View file @
e7aeccb9
...
...
@@ -6,6 +6,20 @@
<div
class=
"text-title"
>
选择、上传图片
</div>
</div>
<el-tabs
v-model=
"activeName"
class=
"demo-tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"我的空间"
name=
"2"
>
<!--
<FileInput
@
change=
"files => insertImageElement(files)"
>
<div
class=
"upload-box"
>
<img
v-if=
"imgPath"
:src=
"imgPath"
style=
"height: 200px;"
/>
<div
v-else
>
<el-icon
size=
"80"
color=
"#a8abb2"
class=
"el-icon--upload"
>
<upload-filled/>
</el-icon>
<p><em>
点击上传图片
</em></p>
</div>
</div>
</FileInput>
-->
<CloudDisk
:show=
"showVisible"
:active=
"activeName"
@
getImg=
"getImg"
></CloudDisk>
</el-tab-pane>
<el-tab-pane
label=
"平台资料库"
name=
"1"
>
<template
v-if=
"userInfo.iv||userInfo.it"
>
<el-row>
...
...
@@ -63,20 +77,7 @@
<BuyProduct></BuyProduct>
</div>
</el-tab-pane>
<el-tab-pane
label=
"我的空间"
name=
"2"
>
<!-- <FileInput @change="files => insertImageElement(files)">
<div class="upload-box">
<img v-if="imgPath" :src="imgPath" style="height: 200px;"/>
<div v-else>
<el-icon size="80" color="#a8abb2" class="el-icon--upload">
<upload-filled/>
</el-icon>
<p><em>点击上传图片</em></p>
</div>
</div>
</FileInput> -->
<CloudDisk
:show=
"showVisible"
:active=
"activeName"
@
getImg=
"getImg"
></CloudDisk>
</el-tab-pane>
<el-tab-pane
label=
"图片地址"
name=
"3"
>
<div
class=
"row wrap q-mt-md"
>
<el-input
v-model=
"imgUrl"
placeholder=
"输入图片的地址"
class=
"input-with-select"
></el-input>
...
...
@@ -115,7 +116,7 @@ import BuyProduct from '@/components/User/BuyProduct.vue'
import
CloudDisk
from
'@/components/CloudDisk/index.vue'
const
showVisible
=
ref
(
true
)
const
activeName
=
ref
(
"
1
"
)
const
activeName
=
ref
(
"
2
"
)
const
imgVisibleStore
=
useScreenStore
()
const
imageFile
=
ref
({})
...
...
src/views/Editor/Toolbar/SlideDesignPanel.vue
View file @
e7aeccb9
...
...
@@ -99,8 +99,7 @@
<div
class=
"row"
>
<Button
style=
"flex: 1;"
@
click=
"applyBackgroundAllSlide()"
>
应用背景到全部
</Button>
</div>
<
template
v-if=
"model==1"
>
<template
v-if=
"queryObj.TemplateType!=2"
>
<
template
v-if=
"model==1&&queryObj.TemplateType!=2"
>
<Divider
/>
<div
class=
"row"
>
...
...
@@ -127,7 +126,7 @@
/>
</div>
</
template
>
<
template
v-else
>
<
template
v-if=
"model==2&&queryObj.TemplateType==2"
>
<Divider
/>
<div
class=
"row"
>
...
...
@@ -143,7 +142,6 @@
<span
class=
"q-ml-md"
>
px
</span>
</div>
</
template
>
</template>
<Divider
/>
...
...
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