Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
regManage
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
regManage
Commits
37f6d185
Commit
37f6d185
authored
Dec 25, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.0.2
parent
5a604482
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
10 deletions
+8
-10
config.xml
config.xml
+1
-1
xxcx.png
src/assets/imgs/xxcx.png
+0
-0
home.html
src/pages/home/home.html
+1
-1
info-detail.html
src/pages/home/report-info/info-detail/info-detail.html
+0
-6
info-list.scss
src/pages/home/report-info/info-list/info-list.scss
+6
-2
No files found.
config.xml
View file @
37f6d185
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"com.shReg.start.h"
version=
"0.0.
1
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"com.shReg.start.h"
version=
"0.0.
2
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
上海登记管理
</name>
<description>
An awesome Ionic/Cordova app.
</description>
<author
email=
"hi@ionicframework.com"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
...
...
src/assets/imgs/xxcx.png
0 → 100644
View file @
37f6d185
2.02 KB
src/pages/home/home.html
View file @
37f6d185
...
...
@@ -36,7 +36,7 @@
<p>
数据报表
</p>
</div>
<div
class=
"card"
(
click
)="
goToInfo
()"
>
<img
src=
"./assets/imgs/
sjbb
.png"
>
<img
src=
"./assets/imgs/
xxcx
.png"
>
<p>
信息查询
</p>
</div>
</div>
...
...
src/pages/home/report-info/info-detail/info-detail.html
View file @
37f6d185
...
...
@@ -88,12 +88,6 @@
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
出生年月:
</div>
<div
class=
"right"
>
<span>
{{infoObj?.birthday || "-"}}
</span>
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
负责人:
</div>
<div
class=
"right"
>
<span>
{{infoObj?.fzr || "-"}}
</span>
...
...
src/pages/home/report-info/info-list/info-list.scss
View file @
37f6d185
...
...
@@ -9,7 +9,7 @@ page-info-list {
justify-content
:
center
;
box-sizing
:
border-box
;
width
:
95%
;
margin-left
:
5
px
;
margin-left
:
10
px
;
ion-input
{
border-bottom
:
1px
solid
#ffffff
;
...
...
@@ -21,10 +21,14 @@ page-info-list {
}
}
.select-ios
.select-icon
.select-icon-inner
{
color
:
#ffffff
;
}
ion-select
{
max-width
:
100%
;
position
:
relative
;
color
:
#
333333
;
color
:
#
ffffff
;
font-size
:
14px
;
z-index
:
999
;
...
...
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