diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index e856ba96f..a337701e3 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -12,18 +12,39 @@ width: calc(100% - 14px); overflow-x:hidden;/*避免鼠标第一次放到曲线时,x轴出现滚动条后消失*/ } - .drag-chart-class{ - cursor:move; + .dragChartClass{ + cursor:move;/* + border:solid 2px yellow; + color:yellow; + background-color:yellow; + opacity:1;*/ /*background-color:red; opacity:1*/ } + .chooseClass{ + cursor:move;/* + border:solid 2px purple; + color:purple; + background-color:purple;*/ + } + .chosenClass .chartTitle{/* + color:orange; + border:solid 2px orange;*/ + } .fallback-class{ + cursor:move; /*background-color:green; cursor:pointer;*/ } .chart-ghost-class{ /*opacity:1*/ } + .ghost {/* + opacity: 1; + border:solid 2px green; + color:green; + background-color:green;*/ + }