Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-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-convertor-view
Commits
d01a7561
Commit
d01a7561
authored
Jun 24, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
风险模型样式修改
parent
bbe19abe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
8 deletions
+23
-8
riskModel.scss
src/styles/view/biz/riskModel/riskModel.scss
+20
-7
var.scss
src/styles/view/var.scss
+2
-0
index.js
src/view/bizview/preControl/riskModel/index.js
+1
-1
No files found.
src/styles/view/biz/riskModel/riskModel.scss
View file @
d01a7561
...
...
@@ -9,7 +9,6 @@ $scrollInnerColor: rgba(black, 0.1);
button
{
opacity
:
1
;
width
:
100%
;
background
:
$page-header-background
;
}
...
...
@@ -121,28 +120,41 @@ $scrollInnerColor: rgba(black, 0.1);
border-bottom
:
$page-border-style
;
.ant-tabs-tab
{
margin-right
:
-1px
!
important
;
background
:
white
!
important
;
background
:
$header-button
;
border-radius
:
0
!
important
;
border
:
$page-border-style
;
&
:hover
{
background
:
$button-hover
;
}
}
.ant-tabs-tab-active
{
margin-right
:
-1px
!
important
;
background
:
#f4f4f4
!
important
;
background
:
$button-hover
;
border-radius
:
0
!
important
;
border
:
$page-border-style
;
border-left
:
0
;
}
.ant-tabs-extra-content
{
padding-right
:
10px
;
}
.ant-tabs-tab-inner
{
color
:
$content-color
;
}
}
button
{
height
:
2
.5rem
;
margin-left
:
-0
.9px
!
important
;
background
:
$content-color
;
border
:
1px
solid
$core-border-color
;
background
:
$header-button
;
opacity
:
1
;
border
:
$page-border-style
;
&
:hover
{
background
:
$table-highlight-row
;
}
}
.ant-table-tbody
{
...
...
@@ -155,7 +167,7 @@ $scrollInnerColor: rgba(black, 0.1);
}
.normal-row
{
background
:
white
;
background
:
$content-color
;
}
}
...
...
@@ -209,6 +221,7 @@ $scrollInnerColor: rgba(black, 0.1);
.risk-model-button
{
display
:
block
;
margin-left
:
0
!
important
;
width
:
100%
;
}
.share-model-button
{
...
...
src/styles/view/var.scss
View file @
d01a7561
...
...
@@ -78,3 +78,5 @@ $page-header-background: #01133b;
$page-border-style
:
1px
solid
#1f5383
;
$custom-picker-color
:
#063c8c
;
$table-highlight-row
:
#4f7e9f
;
$button-hover
:
rgba
(
30
,
72
,
142
,
0
.7
);
$header-button
:
#052152
;
src/view/bizview/preControl/riskModel/index.js
View file @
d01a7561
...
...
@@ -741,7 +741,7 @@ class RiskModel extends Component {
top
:
`
${
pageY
-
45
}
px`
,
backgroundColor
:
'rgb(79 125 159)'
,
border
:
'solid'
,
height
:
isRegion
===
'TRUE'
?
'137px'
:
'
70
px'
,
height
:
isRegion
===
'TRUE'
?
'137px'
:
'
69
px'
,
borderWidth
:
'1px'
,
borderColor
:
'rgb(31 83 131)'
};
...
...
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