Commit 79ad9fda authored by KeYong's avatar KeYong

修改bug

parent 2f4683e8
...@@ -196,10 +196,13 @@ $scrollInnerColor: rgba(black, 0.1); ...@@ -196,10 +196,13 @@ $scrollInnerColor: rgba(black, 0.1);
} }
.risk-model-table { .risk-model-table {
@include pretty-scrollbar(5px, 8px, $scrollOutColor, $scrollInnerColor);
width: 100%; width: 100%;
&::-webkit-scrollbar {
width: 5px;
height: 8px;
}
&.fmea-table { &.fmea-table {
overflow-x: scroll; overflow-x: scroll;
...@@ -422,6 +425,10 @@ $scrollInnerColor: rgba(black, 0.1); ...@@ -422,6 +425,10 @@ $scrollInnerColor: rgba(black, 0.1);
min-width: 25rem; min-width: 25rem;
overflow: auto; overflow: auto;
max-height: 300px; max-height: 300px;
.amos-popover-content .amos-checkbox:hover {
color: #93b6f5;
}
} }
.fmea-model { .fmea-model {
......
...@@ -893,6 +893,9 @@ carousel-content { ...@@ -893,6 +893,9 @@ carousel-content {
border-top: 1px solid #143c70; border-top: 1px solid #143c70;
border-left: 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 { .point-view .create-device-root .create-device-host-top {
width: 100%; width: 100%;
height: 40px; height: 40px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment