132 lines
2.5 KiB
SCSS
132 lines
2.5 KiB
SCSS
.warning-page {
|
|
// background-color: blue;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-x: scroll;
|
|
.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 {
|
|
min-width: calc(100% - 320px);
|
|
height: 100%;
|
|
position: relative;
|
|
margin-left: 20px;
|
|
.search-select {
|
|
box-shadow: none;
|
|
:deep() {
|
|
.el-card {
|
|
border-radius: 8px;
|
|
width: 100%;
|
|
background-color: var(--el-menu-bg-color);
|
|
}
|
|
}
|
|
.topCard {
|
|
display: flex;
|
|
align-items: center;
|
|
:deep(.el-card__body) {
|
|
display: flex;
|
|
align-items: center;
|
|
// flex-wrap: wrap;
|
|
}
|
|
span {
|
|
color: var(--el-menu-text-color);
|
|
}
|
|
}
|
|
}
|
|
.statistics-table {
|
|
height: calc(100% - 100px);
|
|
background-color: var(--el-menu-bg-color);
|
|
box-shadow: none;
|
|
margin-top: 20px;
|
|
padding-bottom: 20px;
|
|
border-radius: 8px;
|
|
padding: 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
.imgDialog {
|
|
.uploadBtn {
|
|
color: #30ac7c;
|
|
font-size: 14px;
|
|
border: 1px solid #30ac7c;
|
|
background: #eaf6f1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
:deep(.el-scrollbar__view) {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
:deep(.el-input-number) {
|
|
width: 100%;
|
|
.el-input-number__increase {
|
|
background-color: #09405f;
|
|
color: #3f6ab0;
|
|
font-size: 20px;
|
|
border: 0 !important;
|
|
border-bottom: 1px solid #087ba4 !important;
|
|
border-left: 1px solid #087ba4 !important;
|
|
}
|
|
.el-input-number__decrease {
|
|
background-color: #09405f;
|
|
color: #3f6ab0;
|
|
font-size: 20px;
|
|
border: 0 !important;
|
|
border-top: 1px solid #087ba4 !important;
|
|
border-left: 1px solid #087ba4 !important;
|
|
}
|
|
.el-icon {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
// :deep() {
|
|
// .el-input__inner,
|
|
// .el-textarea__inner,
|
|
// .el-range-input {
|
|
// font-size: 16px;
|
|
// }
|
|
// .el-table__expand-icon > .el-icon {
|
|
// font-size: 14px;
|
|
// }
|
|
// }
|