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
11f52461
Commit
11f52461
authored
Jun 25, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
风险管控-参数设置页面样式修改
parent
5c7233ce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
6 deletions
+39
-6
precontrol.scss
src/styles/view/biz/precontrol.scss
+39
-6
No files found.
src/styles/view/biz/precontrol.scss
View file @
11f52461
@import
'./../var.scss'
;
@import
'~amos-framework/lib/styles/mixins/scrollbar.scss'
;
$scrollOutColor
:
rgba
(
#dedede
,
0
.3
);
$scrollInnerColor
:
rgba
(
black
,
0
.1
);
.tabs-outside-precontrol
{
width
:
100%
;
...
...
@@ -10,10 +14,12 @@
.amos-tabs-list
{
height
:
35px
;
padding
:
0
!
important
;
border
:
0
;
.amos-tabs-tabitem-inner
{
height
:
35px
;
margin-left
:
0
!
important
;
color
:
white
;
}
.amos-tabs-tabitem-active
{
...
...
@@ -24,6 +30,11 @@
border-bottom
:
1px
solid
#108ee9
!
important
;
}
}
.amos-popover-trigger-disabled
*
{
background
:
$page-header-background
;
color
:
$content-color
;
}
}
.amos-tabs-panel
{
...
...
@@ -54,8 +65,8 @@
button
{
height
:
2
.5rem
;
margin-left
:
-0
.9px
!
important
;
background
:
$
content-color
;
border
:
1px
solid
$core-border-color
;
background
:
$
header-button
;
border
:
$page-border-style
;
opacity
:
1
;
}
}
...
...
@@ -89,6 +100,7 @@
}
.eva-model
{
@include
pretty-scrollbar
(
5px
,
8px
,
$scrollOutColor
,
$scrollInnerColor
);
height
:
calc
(
90vh
);
overflow
:
scroll
;
...
...
@@ -100,13 +112,25 @@
.ant-table-pagination
{
display
:
none
;
}
.amos-cardpane-bordered
{
margin-bottom
:
5px
;
border
:
$page-border-style
;
&
:hover
{
border
:
0
;
}
}
.amos-cardpane-body
{
border-top
:
0
;
}
}
button
{
height
:
2
.5rem
;
margin-left
:
-0
.9px
!
important
;
background
:
$
content-color
;
border
:
1px
solid
$core-border-color
;
background
:
$
header-button
;
border
:
$page-border-style
;
opacity
:
1
;
}
...
...
@@ -133,10 +157,10 @@
.ant-table-tbody
{
.highlight-row
{
background
:
#ecf6fd
;
background
:
$table-highlight-row
;
&
:hover
{
background
:
#ecf6fd
;
background
:
$table-highlight-row
;
}
}
...
...
@@ -151,6 +175,15 @@
background
:
$biz-title-color
;
}
.amos-modal-content
{
padding-top
:
30px
;
.amos-textarea
{
background
:
none
;
color
:
white
;
}
}
.amos-modal-footer
{
background
:
$biz-title-color
;
}
...
...
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