[1078] 修改颜色

This commit is contained in:
lin
2025-07-30 18:02:29 +08:00
parent f3bd58acfe
commit 61a761e288

View File

@@ -43,7 +43,7 @@ Vue.prototype.$channelTypeList = {
1: { id: 1, name: '国标设备', style: { color: '#409eff', borderColor: '#b3d8ff' } },
2: { id: 2, name: '推流设备', style: { color: '#67c23a', borderColor: '#c2e7b0' } },
3: { id: 3, name: '拉流代理', style: { color: '#e6a23c', borderColor: '#f5dab1' } },
200: { id: 200, name: '部标设备', style: { color: '#36c6fa', borderColor: '#90e3fb' } }
200: { id: 200, name: '部标设备', style: { color: '#fa6436', borderColor: '#f4997c' } }
}
new Vue({