add:png
This commit is contained in:
@@ -1,11 +1,27 @@
|
||||
<script setup lang="ts">
|
||||
<template>
|
||||
<div class="center-map">
|
||||
<div class="china-map-box">
|
||||
<div class="tab-list"></div>
|
||||
<div class="route-navigation"></div>
|
||||
<div class="china-map-container"></div>
|
||||
</div>
|
||||
<div class="center-footer">
|
||||
<div class="count-num"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped lang="less">
|
||||
|
||||
<style lang="less" scoped>
|
||||
.center-map {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-content: space-between;
|
||||
.center-footer{
|
||||
height: 60px;
|
||||
border: 1px solid red;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user