设备监控

This commit is contained in:
仲么了
2024-01-11 08:54:09 +08:00
parent abb832b824
commit 442b056d6b
14 changed files with 495 additions and 126 deletions

View File

@@ -87,8 +87,10 @@
}
/* 小屏设备 el-radio-group 样式调整-e */
.vxe-header--row {
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
background: var(--el-color-primary);
color: var(--el-color-white);
}
.el-tabs__header{
margin-bottom: 10px;
}

View File

@@ -9,3 +9,8 @@
background-color: var(--el-color-primary) !important;
border-radius: 30px !important;
}
.vxe-header--row {
background: var(--el-color-primary);
color: var(--el-color-white);
}