CN-802:error交互实施

This commit is contained in:
刘洪洪
2022-11-18 15:18:05 +08:00
parent 4c107704e7
commit 5e03847a42
7 changed files with 230 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
height: 100%;
width: 100%;
.npm-sessions-title {
display: flex;
font-size: 14px;
color: #353636;
font-weight: 500;
@@ -27,6 +28,14 @@
border-bottom-left-radius: 4px;
border-right: none;
}
.npm-sessions-div-gray {
height: 100%;
background: rgba(113,113,113,0.30);
border: 1px solid rgba(113,113,113,0.30);
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-right: none;
}
}
.npm-sessions-body {