pjb
2025-08-11 382d9f2df47c0e26b9a86077ad70c1c317f3d52d
src/main/webapp/views/index.html
@@ -59,7 +59,7 @@
        }
        .station {
            position: absolute;
            width: 20px;
            width: 26px;
            height: 14px;
            text-align: center;
            line-height: 1.5; /* 调整行高与字体大小的比值 */
@@ -230,7 +230,7 @@
<!--                <div v-for="(item,i) in devpPos3" class="bus-item-left2" :style="'top:' + (100 + i * 10) + 'px'">{{item.dev_no}}</div>-->
<!--            </div>-->
<!--             Stations on outer ring-->
            <div v-for="station in tableDataDev" class="station" :style="{ top: station.valueY + 'px', left: station.valueX + 'px' }">{{ station.index }}</div>
            <div v-for="station in tableDataDev" class="station" :style="{ top: station.valueY + 'px', left: station.valueX + 'px' , backgroundColor: station.modeColor}">{{ station.index }}</div>
<!--            <div>-->
<!--                <el-switch-->
<!--                        style="display: block"-->