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
79ad9fda
Commit
79ad9fda
authored
Mar 04, 2022
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
2f4683e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
riskModel.scss
src/styles/view/biz/riskModel/riskModel.scss
+9
-2
transparent.css
themes/transparent.css
+3
-0
No files found.
src/styles/view/biz/riskModel/riskModel.scss
View file @
79ad9fda
...
...
@@ -196,10 +196,13 @@ $scrollInnerColor: rgba(black, 0.1);
}
.risk-model-table
{
@include
pretty-scrollbar
(
5px
,
8px
,
$scrollOutColor
,
$scrollInnerColor
);
width
:
100%
;
&
:
:-
webkit-scrollbar
{
width
:
5px
;
height
:
8px
;
}
&
.fmea-table
{
overflow-x
:
scroll
;
...
...
@@ -422,6 +425,10 @@ $scrollInnerColor: rgba(black, 0.1);
min-width
:
25rem
;
overflow
:
auto
;
max-height
:
300px
;
.amos-popover-content
.amos-checkbox
:hover
{
color
:
#93b6f5
;
}
}
.fmea-model
{
...
...
themes/transparent.css
View file @
79ad9fda
...
...
@@ -893,6 +893,9 @@ carousel-content {
border-top
:
1px
solid
#143c70
;
border-left
:
1px
solid
#143c70
;
}
.point-view
.create-device-root
.create-device-host-bottom
.device-list-content
.ant-pagination.ant-table-pagination.mini
{
margin
:
0
;
}
.point-view
.create-device-root
.create-device-host-top
{
width
:
100%
;
height
:
40px
;
...
...
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