Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
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
牛晓林
supervise-front
Commits
4c3bc464
Commit
4c3bc464
authored
Aug 01, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页样式调整
parent
9fdd0822
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
default.service.ts
src/app/api/api/default.service.ts
+2
-2
main.component.less
src/app/main/main.component.less
+7
-4
No files found.
src/app/api/api/default.service.ts
View file @
4c3bc464
...
@@ -41,9 +41,9 @@ import { Observable } from 'rxjs';
...
@@ -41,9 +41,9 @@ import { Observable } from 'rxjs';
@
Injectable
()
@
Injectable
()
export
class
DefaultService
{
export
class
DefaultService
{
public
basePath
=
'http://localhost:8081'
;
//
public basePath = 'http://localhost:8081';
//
public basePath = 'http://192.168.19.200:8081';
public
basePath
=
'http://192.168.19.200:8081'
;
public
defaultHeaders
=
new
HttpHeaders
();
public
defaultHeaders
=
new
HttpHeaders
();
public
configuration
=
new
Configuration
();
public
configuration
=
new
Configuration
();
...
...
src/app/main/main.component.less
View file @
4c3bc464
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
// border: 1px solid #613d3d;
// border: 1px solid #613d3d;
// margin-bottom: 1em;
// margin-bottom: 1em;
// margin-left: 2em;
// margin-left: 2em;
height:288px;
position: relative;
position: relative;
button{
button{
//position: absolute;
//position: absolute;
...
@@ -55,10 +56,12 @@
...
@@ -55,10 +56,12 @@
}
}
.left{
.left{
width: 292px;
width: 292px;
position: absolute;
position: absolute;
top: 188px;
top: 188px;
display: flex;
flex-direction: column;
}
}
.map{
.map{
...
@@ -85,7 +88,7 @@ baidu-map{
...
@@ -85,7 +88,7 @@ baidu-map{
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4a83b4, 0 0 35px #4a83b4, 0 0 40px #4a83b4, 0 0 50px #4a83b4, 0 0 75px #4a83b4;
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4a83b4, 0 0 35px #4a83b4, 0 0 40px #4a83b4, 0 0 50px #4a83b4, 0 0 75px #4a83b4;
border-radius: 14px;
border-radius: 14px;
margin-bottom: 1em;
cursor: pointer;
cursor: pointer;
width: 63px;
width: 63px;
}
}
...
@@ -118,7 +121,7 @@ fieldset{
...
@@ -118,7 +121,7 @@ fieldset{
background: #202734;
background: #202734;
margin: 5px;
margin: 5px;
border-radius: 13px;
border-radius: 13px;
margin-bottom:
1
em;
margin-bottom:
5
em;
margin-left: 2em;
margin-left: 2em;
width:120%;
width:120%;
legend{
legend{
...
@@ -161,7 +164,7 @@ fieldset{
...
@@ -161,7 +164,7 @@ fieldset{
position: relative;
position: relative;
display: inline-block;
display: inline-block;
border-bottom: 1px dotted black;
border-bottom: 1px dotted black;
margin-top: 1em;
margin-top: 1
.6
em;
text-align: center;
text-align: center;
width:70px;
width:70px;
}
}
...
...
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