Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
5bec80d3
Commit
5bec80d3
authored
Sep 29, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'登录修改'
parent
f1ef908f
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
8952 deletions
+17
-8952
bg@2xbcak.png
src/assets/login/bg@2xbcak.png
+0
-0
logo.png
src/assets/login/logo.png
+0
-0
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+4
-1
contract-list.vue
src/pages/distributorSign/contract-list.vue
+4
-1
intoList.vue
src/pages/intoApproval/intoList.vue
+4
-1
login.vue
src/pages/login.vue
+5
-0
yarn.lock
yarn.lock
+0
-8949
No files found.
src/assets/login/bg@2xbcak.png
0 → 100644
View file @
5bec80d3
174 KB
src/assets/login/logo.png
0 → 100644
View file @
5bec80d3
27 KB
src/pages/contractSigning/contract-signing.vue
View file @
5bec80d3
...
...
@@ -156,6 +156,8 @@ export default {
background: #fff;
.search-box {
position: relative;
z-index: 50;
width: 93.6%;
height: 36px;
font-size: 14px;
...
...
@@ -172,7 +174,8 @@ export default {
input {
width: 90%;height: 100%;
opacity: 0.4;
border: none
border: none;
line-height: 34px;
}
}
}
...
...
src/pages/distributorSign/contract-list.vue
View file @
5bec80d3
...
...
@@ -109,6 +109,8 @@ export default {
}
.hinput {
position: relative;
z-index: 50;
width: 100%;
height: 68px;
border-bottom: 1px solid #cccccc70;
...
...
@@ -137,7 +139,8 @@ export default {
width: 90%;
height: 100%;
opacity: 0.4;
border: none
border: none;
line-height: 34px;
}
}
}
...
...
src/pages/intoApproval/intoList.vue
View file @
5bec80d3
...
...
@@ -104,6 +104,8 @@ export default {
}
.hinput {
position: relative;
z-index: 50;
width: 100%;
height: 68px;
border-bottom:1px solid #ccc;
...
...
@@ -128,7 +130,8 @@ export default {
input {
width: 90%;height: 100%;
opacity: 0.4;
border: none
border: none;
line-height: 34px;
}
}
}
...
...
src/pages/login.vue
View file @
5bec80d3
...
...
@@ -35,6 +35,11 @@ export default {
routeName
:
this
.
$route
.
params
.
routeName
||
''
,
}
},
mounted
()
{
window
.
addEventListener
(
'native.keyboardhide'
,
function
()
{
document
.
activeElement
.
blur
()
})
},
methods
:
{
changeType
()
{
this
.
pwdType
=
this
.
pwdType
===
'password'
?
'text'
:
'password'
...
...
yarn.lock
deleted
100644 → 0
View file @
f1ef908f
This diff is collapsed.
Click to expand it.
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