194 lines
3.7 KiB
SCSS
194 lines
3.7 KiB
SCSS
.warning-page {
|
|
// background-color: blue;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
.leftMenu {
|
|
// width: 290px;
|
|
// 页面的项目工程
|
|
:deep() {
|
|
.item {
|
|
height: 78px !important;
|
|
}
|
|
.content {
|
|
height: calc(100% - 160px) !important;
|
|
}
|
|
.tab-wrapper {
|
|
display: none;
|
|
}
|
|
}
|
|
.leftProject {
|
|
// padding: 5px 8px;
|
|
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 {
|
|
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;
|
|
}
|
|
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: white;
|
|
font-size: 20px;
|
|
border: 1px solid #087ba4;
|
|
background: #087ba4;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
: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 {
|
|
color: white;
|
|
font-size: 20px;
|
|
}
|
|
.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-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-form-item__label {
|
|
color: var(--el-menu-text-color);
|
|
}
|
|
.el-input__wrapper,
|
|
.el-textarea__inner,
|
|
.el-input.is-disabled .el-input__wrapper {
|
|
background-color: transparent;
|
|
box-shadow: 0 0 0 1px var(--el-color-primary) inset;
|
|
}
|
|
.el-input__inner,
|
|
.el-textarea__inner,
|
|
.el-range-input {
|
|
color: var(--el-menu-text-color);
|
|
font-size: 20px;
|
|
}
|
|
.el-range-separator {
|
|
color: var(--el-menu-text-color);
|
|
}
|
|
.el-pager li.is-active {
|
|
background-color: var(--el-color-primary);
|
|
color: var(--el-color-white);
|
|
}
|
|
.el-table__expand-icon > .el-icon {
|
|
font-size: 18px;
|
|
color: var(--el-menu-text-color);
|
|
}
|
|
}
|