shuishen
2022-02-15 5453ae1464bdd671199940a77b74072e0c1dce67
src/pcviews/tool/sign.vue
@@ -1,13 +1,13 @@
<template>
    <tool-big-box class="tool-sign">
        <template slot="too-big-box-header">
    <public-box class="tool-sign">
        <template slot="public-box-header">
            <div class="title">
                <img class="icon deblurring" src="/img/icon/tool-sign.png" alt />
                <span>地图标记</span>
            </div>
            <img class="close" src="/img/navicon/close.png" alt @click="closeModel" />
        </template>
        <template slot="too-big-box-content">
        <template slot="public-box-content">
            <div class="list-box">
                <ul v-show="signList.length > 0">
                    <li v-for="(item, index) in signList" :key="index">
@@ -25,7 +25,7 @@
                <el-button type="primary" size="mini" @click.stop="addSign">新增</el-button>
            </div>
        </template>
    </tool-big-box>
    </public-box>
</template>
<script>