Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
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
JIRA
JIRA
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
黄卓然
Guten-PigxUI
Commits
67b083c9
Commit
67b083c9
authored
Dec 03, 2018
by
smallwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix styles
parent
ec1fa7aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
index.vue
src/page/login/index.vue
+8
-5
process.vue
src/views/activiti/process.vue
+1
-1
No files found.
src/page/login/index.vue
View file @
67b083c9
...
...
@@ -16,7 +16,6 @@
<div
class=
"login-border animated fadeInRight"
>
<div
class=
"login-main"
>
<h4
class=
"login-title"
>
登录
{{
website
.
title
}}
<el-select
class=
"login-select animated fadeIn"
v-model=
"active"
...
...
@@ -111,7 +110,7 @@ export default {
left
:
0
;
width
:
100%
;
height
:
500px
;
margin-top
:
-2
4
0px
;
margin-top
:
-2
2
0px
;
}
.
login-container
:
:
before
{
z-index
:
-1024
;
...
...
@@ -159,7 +158,6 @@ export default {
}
.login-title
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
margin-bottom
:
40px
;
...
...
@@ -170,8 +168,13 @@ export default {
}
.login-select
{
margin-top
:
8px
;
width
:
180px
!
important
;
input
{
color
:
#333
;
font-size
:
18px
;
font-weight
:
400
;
border
:
none
;
text-align
:
center
;
}
}
.login-menu
{
width
:
100%
;
...
...
src/views/activiti/process.vue
View file @
67b083c9
...
...
@@ -56,7 +56,7 @@
</avue-crud>
</basic-container>
<el-dialog
title=
"流程图"
:visible
.
sync=
"showPicDialog"
>
<img
:src=
"actPicUrl"
width=
"100%"
style=
"margin-left:-60px
;
"
>
<img
:src=
"actPicUrl"
width=
"100%"
style=
"margin-left:-60px"
>
</el-dialog>
</div>
</template>
...
...
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