添加前置绑定监测点功能

This commit is contained in:
GGJ
2025-04-28 15:52:40 +08:00
parent ec52564874
commit 4aac705a72
6 changed files with 175 additions and 30 deletions

View File

@@ -162,3 +162,8 @@ const addRole = () => {
popupRef.value.open('新增角色')
}
</script>
<style lang="scss" scoped>
:deep(.row--current) {
background-color: var(--el-color-primary-light-8) !important;
}
</style>