Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
a7a8c061
Commit
a7a8c061
authored
Jun 09, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
db05e0b8
f81b15af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
10 deletions
+23
-10
WebSiteAdmanage.vue
src/components/WebSet/WebSiteAdmanage.vue
+23
-10
No files found.
src/components/WebSet/WebSiteAdmanage.vue
View file @
a7a8c061
...
@@ -3,27 +3,40 @@
...
@@ -3,27 +3,40 @@
padding
:
6px
;
padding
:
6px
;
}
}
.webSiteUp
{
.
WebSiteAdmanage
.
webSiteUp
{
min-height
:
150px
;
min-height
:
150px
;
border
:
2px
dashed
#d1d1d1
;
border
:
2px
dashed
#d1d1d1
;
position
:
relative
;
position
:
relative
;
margin-top
:
10px
;
margin-top
:
10px
;
line-height
:
150px
;
line-height
:
0
;
}
}
.webSiteUp
i
{
.
WebSiteAdmanage
.
webSiteUp
i
{
font-size
:
50px
;
font-size
:
50px
;
color
:
#d1d1d1
;
color
:
#d1d1d1
;
left
:
4
3
%
;
left
:
4
5
%
;
cursor
:
pointer
;
cursor
:
pointer
;
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
50%
;
}
}
.web_imgUrl
{
.
WebSiteAdmanage
.
web_imgUrl
{
max-width
:
100%
;
max-width
:
100%
;
}
}
.WebSiteAdmanage
.el-checkbox
+
.el-checkbox
{
margin-left
:
20px
;
}
.WebSiteAdmanage
.addIconDiv
{
position
:
absolute
;
width
:
100%
;
height
:
100%
;
top
:
0
;
background-color
:
transparent
;
}
.WebSiteAdmanage
.addIconDiv
:hover
{
background
:
rgba
(
0
,
0
,
0
,
0.5
);
color
:
#fff
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<!--廣告版面管理(广告管理)-->
<!--廣告版面管理(广告管理)-->
...
@@ -78,7 +91,7 @@
...
@@ -78,7 +91,7 @@
</el-pagination>
</el-pagination>
</div>
</div>
<el-dialog
title=
"广告版面设定"
:visible
.
sync=
"outerVisible"
center
width=
"1200px;"
>
<el-dialog
title=
"广告版面设定"
:visible
.
sync=
"outerVisible"
center
width=
"1200px;"
>
<el-form
:model=
"addMsg"
ref=
"addMsg"
label-width=
"
20
0px"
>
<el-form
:model=
"addMsg"
ref=
"addMsg"
label-width=
"
19
0px"
>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"广告版面名称"
label-width=
"120px"
>
<el-form-item
label=
"广告版面名称"
label-width=
"120px"
>
...
@@ -91,10 +104,10 @@
...
@@ -91,10 +104,10 @@
<el-col
:span=
"10"
>
<el-col
:span=
"10"
>
<div>
上传档案请小于3M
</div>
<div>
上传档案请小于3M
</div>
<div
class=
"webSiteUp"
>
<div
class=
"webSiteUp"
>
<el-upload
:http-request=
"UploadImage"
:multiple=
"true"
<el-upload
:http-request=
"UploadImage"
:multiple=
"true"
accept=
"image/jpeg,image/gif,image/png,image/bmp"
:show-file-list=
"false"
action=
""
>
accept=
"image/jpeg,image/gif,image/png,image/bmp"
:show-file-list=
"false"
action=
""
>
<img
v-if=
"addMsg.AdImg"
:src=
"addMsg.AdImg"
class=
"web_imgUrl"
alt=
""
/>
<div
class=
"addIconDiv"
>
<div
class=
"addIconDiv"
>
<img
v-if=
"addMsg.AdImg"
:src=
"addMsg.AdImg"
class=
"web_imgUrl"
alt=
""
/>
<i
class=
"web_addImg iconfont icon-img_haha"
></i>
<i
class=
"web_addImg iconfont icon-img_haha"
></i>
</div>
</div>
</el-upload>
</el-upload>
...
...
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