Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dashboard
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
郭铭瑶
dashboard
Commits
63188606
Commit
63188606
authored
Dec 16, 2019
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
f7753991
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
32 deletions
+67
-32
App.vue
src/App.vue
+1
-1
api.js
src/server/api.js
+1
-1
disease-list.vue
src/views/guangdong/components/disease-list.vue
+1
-1
enterprise-card.vue
src/views/guangdong/components/enterprise-card.vue
+37
-2
enterprise-productions.vue
src/views/guangdong/components/enterprise-productions.vue
+1
-1
gd-enterprise.json
static/gd-enterprise.json
+26
-26
No files found.
src/App.vue
View file @
63188606
...
@@ -63,7 +63,7 @@ export default {
...
@@ -63,7 +63,7 @@ export default {
font-family Pangmenzhengdao
font-family Pangmenzhengdao
src url(./assets/font/pangmenzhengdao.ttf)
src url(./assets/font/pangmenzhengdao.ttf)
html, body
html, body
background
#000
background
-color #000 !important
width 100%
width 100%
height 100%
height 100%
user-select none
user-select none
...
...
src/server/api.js
View file @
63188606
...
@@ -3,7 +3,7 @@ let FILE_URL = ''
...
@@ -3,7 +3,7 @@ let FILE_URL = ''
switch
(
process
.
env
.
NODE_ENV
)
{
switch
(
process
.
env
.
NODE_ENV
)
{
case
'production'
:
case
'production'
:
IMG_URL
=
'http://10.221.1.181:8080/dist/static/'
IMG_URL
=
'http://10.221.1.181:8080/dist/static/'
FILE_URL
=
'/
dist/
static/'
FILE_URL
=
'/static/'
break
break
default
:
default
:
IMG_URL
=
'http://localhost:8080/static/'
IMG_URL
=
'http://localhost:8080/static/'
...
...
src/views/guangdong/components/disease-list.vue
View file @
63188606
...
@@ -47,7 +47,7 @@ export default {
...
@@ -47,7 +47,7 @@ export default {
width 28%
width 28%
text-align right
text-align right
&:first-child
&:first-child
width
16
%
width
20
%
text-align center
text-align center
b
b
color #FFCE34
color #FFCE34
...
...
src/views/guangdong/components/enterprise-card.vue
View file @
63188606
...
@@ -5,6 +5,10 @@
...
@@ -5,6 +5,10 @@
<div
class=
"simple-logo"
>
<div
class=
"simple-logo"
>
<div
class=
"img-wrapper"
>
<div
class=
"img-wrapper"
>
<img
width=
"60%"
:src=
"$api.FILE_URL+enterprise.logoPath"
/>
<img
width=
"60%"
:src=
"$api.FILE_URL+enterprise.logoPath"
/>
<div
class=
"edge top-left"
/>
<div
class=
"edge top-right"
/>
<div
class=
"edge bottom-left"
/>
<div
class=
"edge bottom-right"
/>
</div>
</div>
</div>
</div>
<div
class=
"simple-base"
>
<div
class=
"simple-base"
>
...
@@ -28,6 +32,10 @@
...
@@ -28,6 +32,10 @@
<div
class=
"complete-logo"
>
<div
class=
"complete-logo"
>
<div
class=
"img-wrapper"
>
<div
class=
"img-wrapper"
>
<img
:src=
"$api.FILE_URL+enterprise.logoPath"
/>
<img
:src=
"$api.FILE_URL+enterprise.logoPath"
/>
<div
class=
"edge top-left"
/>
<div
class=
"edge top-right"
/>
<div
class=
"edge bottom-left"
/>
<div
class=
"edge bottom-right"
/>
</div>
</div>
</div>
</div>
</section>
</section>
...
@@ -79,6 +87,31 @@ export default {
...
@@ -79,6 +87,31 @@ export default {
display flex
display flex
align-items center
align-items center
justify-content center
justify-content center
position relative
.edge
position absolute
width 0
border 0.6rem solid $color-map(1)
&.top-left
top 0
left 0
border-right-color transparent
border-bottom-color transparent
&.top-right
top 0
right 0
border-left-color transparent
border-bottom-color transparent
&.bottom-left
bottom 0
left 0
border-right-color transparent
border-top-color transparent
&.bottom-right
bottom 0
right 0
border-left-color transparent
border-top-color transparent
img
img
width 80%
width 80%
padding 1rem
padding 1rem
...
@@ -97,7 +130,8 @@ export default {
...
@@ -97,7 +130,8 @@ export default {
padding 1rem
padding 1rem
align-items center
align-items center
.simple-logo
.simple-logo
flex 1
flex 1.5
height 70%
.simple-base
.simple-base
flex 2
flex 2
margin-left 1rem
margin-left 1rem
...
@@ -118,7 +152,8 @@ export default {
...
@@ -118,7 +152,8 @@ export default {
height 8rem
height 8rem
overflow auto
overflow auto
.complete-logo
.complete-logo
flex 1
flex 1
.2
.img-wrapper
.img-wrapper
margin-left 3rem
margin-left 3rem
</
style
>
</
style
>
src/views/guangdong/components/enterprise-productions.vue
View file @
63188606
...
@@ -112,7 +112,7 @@ export default {
...
@@ -112,7 +112,7 @@ export default {
&:nth-child(2)
&:nth-child(2)
width 50%
width 50%
&:nth-child(4)
&:nth-child(4)
width 1
5
%
width 1
3
%
.over
.over
max-height 8rem
max-height 8rem
overflow auto
overflow auto
...
...
static/gd-enterprise.json
View file @
63188606
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