gaosp
2024-01-31 6db7de7f92352106774f7cdcf6c5cf2ac6257b7f
src/container/mapPreview/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-01-05 22:26:22
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-21 22:58:11
 * @LastEditTime: 2024-01-31 21:41:12
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/index.vue
-->
<template>
@@ -23,7 +23,7 @@
                    </template>
                    <template slot="after">
                        <div class="work-list">
                            <span :class="id===item.id ? 'active' : ''" v-for="item in mapList" @click="select(item)">{{item.name}}</span>
                            <span :title="item.name" :class="id===item.id ? 'active' : ''" v-for="item in mapList" @click="select(item)">{{item.name}}</span>
                        </div>
                    </template>
                </Status>
@@ -139,7 +139,11 @@
    margin-left: auto;
    margin-right: 20px;
    span {
        width: 68px;
        //width: 68px;
        padding: 0 10px;
        max-width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        line-height: 28px;
        background: rgba(23,38,67,0.6);