122 lines
2.2 KiB
SCSS
Raw Normal View History

2023-06-29 18:27:57 +08:00
.warning-page {
// background-color: blue;
display: flex;
width: 100%;
height: 100%;
.leftMenu {
2023-07-05 15:08:49 +08:00
width: 300px;
2023-06-29 18:27:57 +08:00
// width: 290px;
// 页面的项目工程
2023-07-31 14:26:28 +08:00
:deep() {
.item {
height: 78px !important;
}
.content {
height: calc(100% - 160px) !important;
2024-05-19 09:13:54 +08:00
overflow-y: scroll;
2023-07-31 14:26:28 +08:00
}
.tab-wrapper {
display: none;
}
2023-06-29 18:27:57 +08:00
}
.leftProject {
// padding: 5px 8px;
2023-07-14 17:54:21 +08:00
font-size: 20px;
2023-06-29 18:27:57 +08:00
color: #333333;
.projectName {
display: block;
width: 100%;
overflow: hidden;
// font-weight: 700;
font-family: "siyuan_Medium";
2023-07-14 17:54:21 +08:00
font-size: 20px;
2023-07-27 16:05:49 +08:00
color: var(--el-menu-text-color);
2023-06-29 18:27:57 +08:00
text-overflow: ellipsis;
white-space: nowrap;
}
.leftMenu_item {
display: flex;
justify-content: space-between;
2023-07-14 17:54:21 +08:00
overflow: hidden;
2023-07-27 16:05:49 +08:00
.middleSize {
display: inline-block;
font-size: 18px;
color: var(--el-menu-text-color);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
2023-06-29 18:27:57 +08:00
.video {
display: flex;
align-items: center;
img {
width: 14px;
height: 14px;
margin: 0 4px;
}
}
}
.bottom_item {
.bottomSize {
2023-07-14 17:54:21 +08:00
font-size: 18px !important;
2023-06-29 18:27:57 +08:00
color: #666666;
}
}
}
}
2023-06-30 21:04:15 +08:00
.table-box {
2023-07-05 15:08:49 +08:00
width: calc(100% - 320px);
2023-06-29 18:27:57 +08:00
height: 100%;
2023-06-30 21:04:15 +08:00
.table {
margin-left: 20px;
height: 100%;
:deep(.table-main) {
height: calc(100% - 82px);
}
2023-06-29 18:27:57 +08:00
}
}
}
: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;
2023-07-14 17:54:21 +08:00
font-size: 20px;
2023-06-29 18:27:57 +08:00
background-color: transparent;
border: none;
box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset;
}
.el-input__inner {
2023-07-14 17:54:21 +08:00
font-size: 20px;
2023-06-29 18:27:57 +08:00
color: white;
}
.el-textarea__inner {
color: white;
2023-07-14 17:54:21 +08:00
font-size: 20px;
2023-06-29 18:27:57 +08:00
background-color: transparent;
border: none;
box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset;
}
}
2023-07-15 17:38:42 +08:00
:deep() {
.el-form .el-form-item__content .el-range-editor {
width: 300px;
}
.el-range-separator {
color: var(--el-menu-text-color);
}
}
2023-06-29 18:27:57 +08:00
// :deep(.el-dialog__body) {
// padding: 0 0 0 0 !important;
// background-color: pink;
// }