70 lines
1.2 KiB
SCSS
70 lines
1.2 KiB
SCSS
.warning-page {
|
|
// background-color: blue;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
.leftMenu {
|
|
width: 300px;
|
|
border-radius: 8px;
|
|
// width: 290px;
|
|
// 页面的项目工程
|
|
:deep(.item) {
|
|
height: 78px !important;
|
|
}
|
|
:deep(.content) {
|
|
height: calc(100% - 150px) !important;
|
|
min-height: auto;
|
|
}
|
|
.leftProject {
|
|
// padding: 5px 8px;
|
|
color: #333333;
|
|
.projectName {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
font-size: 16px;
|
|
// font-weight: 700;
|
|
font-family: "siyuan_Medium";
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.leftMenu_item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
.middleSize {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.table-box {
|
|
width: calc(100% - 320px);
|
|
height: 100%;
|
|
.table {
|
|
margin-left: 20px;
|
|
height: 100%;
|
|
:deep(.table-main) {
|
|
height: calc(100% - 82px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
:deep() {
|
|
.el-progress-bar {
|
|
display: none;
|
|
}
|
|
.el-progress__text {
|
|
display: none;
|
|
}
|
|
}
|
|
:deep() {
|
|
.tabs-option {
|
|
display: none;
|
|
}
|
|
}
|