Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
1ddef255
Commit
1ddef255
authored
Nov 21, 2019
by
蒋勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bigdata' of gitlab.gongsibao.com:jiangyong/zhichan into bigdata
parents
e8634e55
81a983e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
bigdata/app/front/entry/public/css/pagecom.css
+0
-0
bigdata/app/front/vues/pages/gtbhome/gtbhome.css
+1
-1
bigdata/app/front/vues/pages/gtbhome/gtbhome.html
+2
-1
bigdata/app/front/vues/pages/login/login.js
+1
-1
bigdata/app/front/vues/pages/tlogin/tlogin.css
+1
-1
No files found.
bigdata/app/front/entry/public/css/pagecom.css
View file @
1ddef255
This diff is collapsed.
Click to expand it.
bigdata/app/front/vues/pages/gtbhome/gtbhome.css
View file @
1ddef255
.gtb-home
{
width
:
100%
;
height
:
100%
;
background
:
url('
/imgs/
bkhome.png')
no-repeat
;
background
:
url('
https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_239101574154954768201919171554768
bkhome.png')
no-repeat
;
background-size
:
100%
100%
;
}
...
...
bigdata/app/front/vues/pages/gtbhome/gtbhome.html
View file @
1ddef255
...
...
@@ -18,7 +18,7 @@
<div
v-for=
"(item,key) in myapps"
:key=
"key"
class=
"app-child"
:style=
"bgimg(item)"
@
click=
"goapplogin(item)"
>
<img
:src=
"item.logoUrl"
alt=
""
>
<div>
{{item.name}}
</div>
<span
@
click
.
stop=
"systemsetting(item)"
v-if=
"currentUser && currentUser.roles.indexOf(\'common\')>=0"
style=
"position: absolute;left:5px;top: 10px;font-size:20px;color:
red
;padding: 5px;cursor: pointer;"
><i
class=
"el-icon-setting"
></i></span>
<span
@
click
.
stop=
"systemsetting(item)"
v-if=
"currentUser && currentUser.roles.indexOf(\'common\')>=0"
style=
"position: absolute;left:5px;top: 10px;font-size:20px;color:
#fff
;padding: 5px;cursor: pointer;"
><i
class=
"el-icon-setting"
></i></span>
</div>
</div>
</div>
\ No newline at end of file
bigdata/app/front/vues/pages/login/login.js
View file @
1ddef255
...
...
@@ -12,7 +12,7 @@
"colnum"
:
1
,
ctls
:[
{
"type"
:
"input"
,
"label"
:
"账号"
,
"prop"
:
"userName"
,
"placeHolder"
:
"请输入登录账号"
,
"style"
:
"width:230px"
,
rules
:[
{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},,]},
{
"type"
:
"
input
"
,
"label"
:
"密码"
,
"prop"
:
"password"
,
"placeHolder"
:
"请输入登录密码"
,
"style"
:
"width:230px"
,
rules
:[
{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]},
{
"type"
:
"
password
"
,
"label"
:
"密码"
,
"prop"
:
"password"
,
"placeHolder"
:
"请输入登录密码"
,
"style"
:
"width:230px"
,
rules
:[
{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]},
{
"type"
:
"btn"
,
"label"
:
"开始登录"
,
"prop"
:
"btnLogin"
,
"placeHolder"
:
"请输入手机号"
,
"style"
:{
"width"
:
"150px"
,
"margin-left"
:
"45px"
,
"margin-top"
:
"20px"
},
"face"
:
"warning"
},
]
},
...
...
bigdata/app/front/vues/pages/tlogin/tlogin.css
View file @
1ddef255
...
...
@@ -5,7 +5,7 @@
flex-direction
:
column
;
align-items
:
center
;
padding-top
:
200px
;
background
:
url('
/imgs/
bklogin.png')
no-repeat
;
background
:
url('
https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_81101574154972666201919171612666
bklogin.png')
no-repeat
;
background-size
:
100%
100%
;
box-sizing
:
border-box
;
}
...
...
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