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
9fbf40a1
Commit
9fbf40a1
authored
Dec 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3bc1703d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
459 additions
and
0 deletions
+459
-0
titi-bg.png
src/assets/img/voting/titi-bg.png
+0
-0
VotingManagement.vue
src/components/administrative/VotingManagement.vue
+409
-0
Voting.vue
src/components/administrative/model/Voting.vue
+50
-0
No files found.
src/assets/img/voting/titi-bg.png
0 → 100644
View file @
9fbf40a1
7.69 KB
src/components/administrative/VotingManagement.vue
0 → 100644
View file @
9fbf40a1
This diff is collapsed.
Click to expand it.
src/components/administrative/model/Voting.vue
0 → 100644
View file @
9fbf40a1
<
template
>
<div
class=
"Voting"
>
<div
class=
"Voting-box"
>
<div
class=
"tit"
>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
'Voting'
,
data
()
{
return
{
}
},
activated
()
{},
created
()
{},
mounted
()
{},
methods
:
{}
}
</
script
>
<
style
>
.Voting
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
background
:
rgba
(
0
,
0
,
0
,
0.19
);
position
:
absolute
;
z-index
:
2019129
;
}
.Voting
div
.Voting-box
{
width
:
800px
;
height
:
458px
;
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
5px
;
}
.Voting
div
.Voting-box
.tit
{
height
:
138px
;
width
:
100%
;
background
:
url('../../../assets/img/voting/titi-bg.png')
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
}
</
style
>
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