17 lines
263 B
Vue
Raw Normal View History

<template>
<div class="gov-comp">gov-comp</div>
</template>
<script>
export default {}
</script>
<style lang="less" scoped>
.gov-comp {
width: 100%;
height: 100%;
background: url(../assets/temp/9.png) no-repeat;
background-size: 100% 100%;
}
</style>