Commit a48ae52a by tangjiale

测试

parent 64f450ef
<!--
* @Author: tangjiale
* @eMail: 932055106@qq.com
* @Date: 2022-08-02 10:02:58
* @LastEditors: tangjiale
* @LastEditTime: 2022-08-02 10:03:09
-->
<template>
<div class="page-bg">
橙子
</div>
</template>
<script>
export default {
data(){
return{
}
}
}
</script>
<style lang="less" scoped>
.page-bg{
min-height: 100vh;
width: 100%;
background-color: #f5f5f5;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment