forked from drone/command-center-dashboard

张含笑
2025-04-18 e293d2251367f4e6e7a8bdaaf58f6b9fca88dae8
feat: 机巢列表颜色
1 files modified
5 ■■■■■ changed files
src/views/Home/HomeLeft/OverviewNext.vue 5 ●●●●● patch | view | raw | blame | history
src/views/Home/HomeLeft/OverviewNext.vue
@@ -155,11 +155,11 @@
            margin-bottom: 13px;
            .name {
                margin-left: 46px;
            }
        }
        .table-body {
            height: 190px;
            overflow: auto;
            &::-webkit-scrollbar {
                width: 0;
@@ -211,8 +211,7 @@
            }
            .active {
                color: #ffa768;
                background: linear-gradient(90deg, rgba(12, 45, 92, 1) 0%, #154671 50%, rgba(12, 45, 92, 1) 100%),
                    linear-gradient(90deg, rgba(12, 45, 92, 1) 0%, rgba(12, 45, 92, 1) 50%, rgba(12, 45, 92, 1) 100%);
            }
            .idle-active {
                color: #8effac;