Sign in

Board / HH-board-2026 · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • HH-board-2026
  • jinDieLi
  • html
  • src
  • components
  • footerCenterChenPin.vue
  • 金叠利
    88601870
    伍家闻 authored
    2026-04-07 09:05:08 +0800  
    Browse Code »
footerCenterChenPin.vue 372 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<template>
	<div class="dv-content-body-bottom-list-center">
		<dv-border-box-12 :dur="35"> </dv-border-box-12>
	</div>
</template>

<script>
export default {
	data() {
		return {
			sysData: {},
		}
	},
	methods: {},
	mounted() {},
}
</script>

<style scoped>
.dv-content-body-bottom-list-center {
	width: 33vw;
	height: 95%;
	/* background-color: #a5c8ca; */
}
</style>