|
|
@ -784,23 +784,22 @@ onUnmounted(() => { |
|
|
|
} |
|
|
|
|
|
|
|
.graph-card-list { |
|
|
|
background: #F3FAFF; |
|
|
|
background: #E7F4FD; |
|
|
|
box-shadow: 0 0 8px 0 #00000040; |
|
|
|
padding: 12px; |
|
|
|
|
|
|
|
|
|
|
|
.card-select { |
|
|
|
:deep(.el-input__wrapper) { |
|
|
|
:deep(.el-select__wrapper) { |
|
|
|
background-color: #E7F4FD !important; |
|
|
|
|
|
|
|
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25) !important; |
|
|
|
border: none !important; |
|
|
|
} |
|
|
|
|
|
|
|
:deep(.el-input__inner) { |
|
|
|
background-color: transparent !important; |
|
|
|
border: #B7BBC4 !important; |
|
|
|
} |
|
|
|
|
|
|
|
:deep(.el-input__suffix) { |
|
|
|
background-color: transparent !important; |
|
|
|
:deep(.el-select-dropdown__item.selected) { |
|
|
|
// :hover { background-color: red !important; } |
|
|
|
background: red !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|