修改了index的布局。

This commit is contained in:
2023-03-27 20:47:40 +08:00
parent 2bd88d70e9
commit e1cc6b9194
3 changed files with 28 additions and 26 deletions

View File

@@ -8,7 +8,9 @@
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
<div>工作台</div>
<div class="view-wrapper">
工作台
</div>
</template>
<script lang="ts">
export default {
@@ -20,5 +22,11 @@ export default {
};
</script>
<style lang="scss" scoped>
.view-wrapper
{
height: 2000px;
width: 2000px;
background-color: aquamarine;
padding: 0px;
}
</style>