Commit 79ad9fda authored by KeYong's avatar KeYong

修改bug

parent 2f4683e8
......@@ -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 {
......
......@@ -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;
......
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