14 lines
195 B
Vue
14 lines
195 B
Vue
<template>
|
|
<div class="contant">
|
|
|
|
</div>
|
|
</template>
|
|
|
|
|
|
<style lang="scss">
|
|
.content {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style> |