17 lines
260 B
Vue
Raw Normal View History

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