Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-view
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
station
amos-station-module-view
Commits
3ac842cd
Commit
3ac842cd
authored
Jun 05, 2020
by
万伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改日历插件样式
parent
23356c33
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
6 deletions
+57
-6
amos.config.js
amos.config.js
+4
-4
pointsDetails.scss
mods/components/3dviewConvertor/styles/pointsDetails.scss
+12
-0
searchpane.scss
mods/components/3dviewConvertor/styles/searchpane.scss
+41
-2
No files found.
amos.config.js
View file @
3ac842cd
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
objModelURI
:
'/a3dres'
,
objModelURI
:
'/a3dres'
,
// 根url
// 根url
// baseURI: 'http://172.16.11.30:9008/',
// baseURI: 'http://172.16.11.30:9008/',
baseURI
:
'http://172.16.3.
122
:8083/'
,
baseURI
:
'http://172.16.3.
77
:8083/'
,
// convertorURI: 'http://172.16.3.122:8083/',
// convertorURI: 'http://172.16.3.122:8083/',
convertorURI
:
'http://172.16.3.
122
:8083/'
,
convertorURI
:
'http://172.16.3.
77
:8083/'
,
patrolURI
:
'http://172.16.3.
122:8082
/'
,
patrolURI
:
'http://172.16.3.
77:9000
/'
,
rulesConfigURI
:
'http://172.16.10.91:8080/'
,
rulesConfigURI
:
'http://172.16.10.91:8080/'
,
// plugin URI
// plugin URI
pluginURI
:
'http://172.16.11.40:8099/'
,
pluginURI
:
'http://172.16.11.40:8099/'
,
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
studioURI
:
'ws://172.16.11.40:10600/'
,
studioURI
:
'ws://172.16.11.40:10600/'
,
securityBaseURI
:
'ws://172.16.10.91:10600/'
,
securityBaseURI
:
'ws://172.16.10.91:10600/'
,
convertorView3dURI
:
'ws://172.16.10.91:10600/'
,
convertorView3dURI
:
'ws://172.16.10.91:10600/'
,
ruleURI
:
'ws://172.16.
10.91:8080
/'
ruleURI
:
'ws://172.16.
3.77:8083
/'
},
},
// 外部链接地址
// 外部链接地址
outterURI
:
{
outterURI
:
{
...
...
mods/components/3dviewConvertor/styles/pointsDetails.scss
View file @
3ac842cd
...
@@ -366,3 +366,15 @@
...
@@ -366,3 +366,15 @@
}
}
}
}
}
}
.amos-toast
{
.amos-toast-inner
{
background
:
#5a94f5
;
opacity
:
0
.78
;
color
:
white
;
.amos-toast-inner-title
{
color
:
white
;
}
}
}
mods/components/3dviewConvertor/styles/searchpane.scss
View file @
3ac842cd
...
@@ -260,4 +260,44 @@
...
@@ -260,4 +260,44 @@
}
}
}
}
// }
// }
}
}
\ No newline at end of file
.ant-calendar-picker-container
{
.ant-calendar
{
border
:
1px
solid
#2b8dd4
;
background-color
:
#2b8dd4
;
.ant-calendar-date-input-wrap
{
color
:
white
;
.ant-calendar-input
{
background-color
:
#2b8dd4
;
}
.
ant-calendar-input
:
:-
webkit-input-placeholder
{
color
:
white
;
}
}
.ant-calendar-header
{
color
:
white
;
div
a
{
color
:
white
;
}
div
span
a
{
color
:
white
;
}
}
.ant-calendar-body
{
color
:
white
;
.ant-calendar-cell
>
.ant-calendar-date
{
color
:
white
;
}
.ant-calendar-today
>
.ant-calendar-date
{
color
:
black
;
}
}
.ant-calendar-footer
{
color
:
white
;
.ant-calendar-today-btn
{
color
:
white
;
}
}
}
}
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