修改渝路智管大屏 注释掉处置方案内部的相应调度红色阴影效果 调整字体大小

This commit is contained in:
huangchenhao 2025-12-22 16:13:30 +08:00
parent 5860320f90
commit 168b16352a
2 changed files with 9 additions and 8 deletions

View File

@ -703,6 +703,7 @@ const handleDeletePlan = (id) => {
.el-select__selected-item { .el-select__selected-item {
color: #fff !important; color: #fff !important;
opacity: 1 !important; opacity: 1 !important;
font-size: 12px;
} }
// placeholder placeholder // placeholder placeholder
@ -781,7 +782,7 @@ const handleDeletePlan = (id) => {
box-shadow: 0 0 0 1px rgba(28, 161, 255, 0.3) inset !important; box-shadow: 0 0 0 1px rgba(28, 161, 255, 0.3) inset !important;
border-radius: vw(4); border-radius: vw(4);
color: var(--text-white); color: var(--text-white);
font-size: fs(13); font-size: 12px;
font-family: SourceHanSansCN-Regular, sans-serif; font-family: SourceHanSansCN-Regular, sans-serif;
line-height: 1.6; line-height: 1.6;
padding: vh(8) vw(12); padding: vh(8) vw(12);
@ -886,10 +887,10 @@ const handleDeletePlan = (id) => {
} }
.resource-value { .resource-value {
font-size: fs(13); font-size: 12px;
font-family: SourceHanSansCN-Medium, sans-serif; font-family: SourceHanSansCN-Medium, sans-serif;
font-weight: 500; font-weight: 500;
color: var(--text-white); color: #4FECFF;
} }
} }
} }

View File

@ -222,11 +222,11 @@ onUnmounted(() => {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
&:hover { // &:hover {
// border: 2px solid rgba(255, 80, 80, 0.6); // // border: 2px solid rgba(255, 80, 80, 0.6);
box-shadow: 0 0 10px rgba(255, 80, 80, 0.6), 0 0 20px rgba(255, 0, 0, 0.4), // box-shadow: 0 0 10px rgba(255, 80, 80, 0.6), 0 0 20px rgba(255, 0, 0, 0.4),
0 0 35px rgba(255, 0, 0, 0.25); // 0 0 35px rgba(255, 0, 0, 0.25);
} // }
} }
&__close { &__close {