style: 调整大屏设计器刻度尺标点数值颜色

main
wu.jian2 1 year ago
parent e3024daea3
commit 08aaf5e408

@ -496,4 +496,18 @@ export default {
background-repeat: repeat; background-repeat: repeat;
word-spacing: 10px; word-spacing: 10px;
} }
::v-deep .lines {
.line {
.action {
.del {
color: var(--bs-el-text);
}
.value {
color: var(--bs-el-text);
}
}
}
}
</style> </style>

Loading…
Cancel
Save