2022-08-24 11:20:52 +08:00
|
|
|
<template>
|
|
|
|
|
<div class="gov-comp">gov-comp</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
export default {}
|
|
|
|
|
</script>
|
|
|
|
|
|
2022-08-24 18:23:44 +08:00
|
|
|
<style lang="less" scoped>
|
|
|
|
|
.gov-comp {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: url(../assets/temp/9.png) no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
</style>
|