|
@@ -25,6 +25,7 @@
|
|
:class=" deviceBtn == index ? 'on': 'onno'"
|
|
:class=" deviceBtn == index ? 'on': 'onno'"
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
|
|
+ style="width: 100%;"
|
|
:style="deviceBtn == index ? 'color:#38CCEA' : 'color:#fff'"
|
|
:style="deviceBtn == index ? 'color:#38CCEA' : 'color:#fff'"
|
|
:class=" deviceBtn == index ? 'highlightedBtn': 'notHighlightedBtn'"
|
|
:class=" deviceBtn == index ? 'highlightedBtn': 'notHighlightedBtn'"
|
|
@click="getDeviceList(e,index)">
|
|
@click="getDeviceList(e,index)">
|