.warning-page { // background-color: blue; display: flex; width: 100%; height: 100%; .leftMenu { width: 300px; // width: 290px; // 页面的项目工程 :deep() { .item { height: 78px !important; } .content { height: calc(100% - 160px) !important; } .tab-wrapper { display: none; } } .leftProject { // padding: 5px 8px; font-size: 20px; color: #333333; .projectName { display: block; width: 100%; overflow: hidden; // font-weight: 700; font-family: "siyuan_Medium"; font-size: 20px; color: var(--el-menu-text-color); text-overflow: ellipsis; white-space: nowrap; } .leftMenu_item { display: flex; justify-content: space-between; overflow: hidden; .middleSize { display: inline-block; font-size: 18px; color: var(--el-menu-text-color); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .video { display: flex; align-items: center; img { width: 14px; height: 14px; margin: 0 4px; } } } .bottom_item { .bottomSize { font-size: 18px !important; color: #666666; } } } } .table-box { width: calc(100% - 320px); height: 100%; .table { margin-left: 20px; height: 100%; :deep(.table-main) { height: calc(100% - 82px); } } } } :deep(.el-scrollbar__view) { width: 100%; height: 100%; // display: flex; // flex-wrap: wrap; } :deep() { .el-form-item__content > :not(button) { // width: 160px; } .el-input__wrapper { color: white; font-size: 20px; background-color: transparent; border: none; box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset; } .el-input__inner { font-size: 20px; color: white; } .el-textarea__inner { color: white; font-size: 20px; background-color: transparent; border: none; box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset; } } :deep() { .el-form .el-form-item__content .el-range-editor { width: 300px; } .el-range-separator { color: var(--el-menu-text-color); } } // :deep(.el-dialog__body) { // padding: 0 0 0 0 !important; // background-color: pink; // }