修改项目大屏报错,无法展示问题
This commit is contained in:
@ -18,7 +18,6 @@
|
||||
<AddQwDialog />
|
||||
<!-- 展示大图 -->
|
||||
<ImgBox />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -32,7 +31,6 @@ import GrouListZl from "./dialog/grouListZl.vue";
|
||||
import ViedeoDialog from "@/components/video/index.vue";
|
||||
import AddQwDialog from "./dialog/addQwDialog.vue";
|
||||
import ImgBox from "./dialog/imgBox.vue";
|
||||
import { ref, defineProps, onMounted, onUnmounted, reactive } from "vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@ -14,8 +14,7 @@
|
||||
<el-button type="primary" @click="">上传</el-button>
|
||||
<el-button type="primary">下载</el-button>
|
||||
</div> -->
|
||||
<div class="leftSiecle transition" :style="{ left: showClassL ? '-20px' : '370px' }"
|
||||
@click="showClassL = !showClassL"></div>
|
||||
<div class="leftSiecle transition" :style="{ left: showClassL ? '-20px' : '370px' }" @click="showClassL = !showClassL"></div>
|
||||
<div class="asideBox transition" :style="{ left: showClassL ? '-386px' : '0px' }">
|
||||
<!-- 工作情况 -->
|
||||
<div class="boder-small">
|
||||
@ -26,8 +25,7 @@
|
||||
<StreetGroup />
|
||||
</div>
|
||||
</div>
|
||||
<div class="rightSiecle transition" :style="{ right: showClassR ? '-20px' : '370px' }"
|
||||
@click="showClassR = !showClassR"></div>
|
||||
<div class="rightSiecle transition" :style="{ right: showClassR ? '-20px' : '370px' }" @click="showClassR = !showClassR"></div>
|
||||
<div class="asideBox transition" :style="{ right: showClassR ? '-386px' : '0px' }">
|
||||
<div class="boder-big">
|
||||
<StreetCondition />
|
||||
@ -43,7 +41,7 @@
|
||||
<CountModel />
|
||||
</div>
|
||||
<!-- 底部按钮 -->
|
||||
<!-- <BottomBtn /> -->
|
||||
<BottomBtn />
|
||||
<div class="footBox">
|
||||
<ul>
|
||||
<li v-for="(item, index) in btnTatol" :key="item">
|
||||
@ -71,7 +69,6 @@
|
||||
<XiafaZl />
|
||||
<!-- 犯罪预测 -->
|
||||
<FzycDialog v-if="isShowFZYC" :data="fzycInfo" />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user