Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
493425c6
Commit
493425c6
authored
Jul 09, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c180f521
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
advmanager.css
src/assets/css/advert/advmanager.css
+23
-1
makeAd.vue
src/pages/activity/makeAd.vue
+1
-1
No files found.
src/assets/css/advert/advmanager.css
View file @
493425c6
...
...
@@ -321,4 +321,26 @@
.advmanager-box
.el-input
.el-input__inner
,
.advmanager-box
.el-select
.el-input
{
height
:
auto
}
.advmanager-box
.query-box
ul
.el-select.w240
.el-input
{
width
:
auto
;}
.isAssociatTeam
{
width
:
600px
;}
.isAssociatTeam
.el-switch
{
margin
:
20px
0
0
190px
;}
\ No newline at end of file
.isAssociatTeam
.el-switch
{
margin
:
20px
0
0
190px
;}
.adv-box
.tools
li
{
height
:
21px
;
width
:
32px
;
text-align
:
center
;
background
:
#e5e5e5
;
cursor
:
pointer
;
border-radius
:
2px
;
margin-bottom
:
12px
;
line-height
:
21px
;
}
.adv-box
.tools
li
.source
{
color
:
#fff
;
background
:
#fc5c65
;
}
.adv-box
.tools
li
.save
{
color
:
#fff
;
background
:
#4d90fe
;
}
.adv-box
.tools
li
.down
{
color
:
#fff
;
background
:
#35aa47
;
}
\ No newline at end of file
src/pages/activity/makeAd.vue
View file @
493425c6
...
...
@@ -5,7 +5,7 @@
</
style
>
<
template
>
<div
class=
"adv-box page-body"
>
<div
v-if=
'bg!=""'
v-loading=
'isLoading'
>
<div
v-if=
'bg!=""'
v-loading=
'isLoading'
class=
""
style=
"display:flex"
>
<div
class=
"board"
ref=
"board"
>
<img
:src=
"bg"
class=
"bg"
@
click=
"currentNode=
{},currentNodeList=[]" />
<a
style=
"display:none"
ref=
'down'
></a>
...
...
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