加入图标,开始加入vuex

This commit is contained in:
2023-01-08 00:03:51 +08:00
parent 3eadf4a27a
commit 922fb4ca4a
5 changed files with 55 additions and 14 deletions

View File

@@ -2,14 +2,14 @@
* @Author: Kane
* @Date: 2023-01-06 15:30:12
* @LastEditors: Kane
* @LastEditTime: 2023-01-06 15:30:14
* @LastEditTime: 2023-01-07 20:37:55
* @FilePath: \admin_system\src\views\overview\OverView.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
总览
<div class="fill"></div>
</template>
<script>
@@ -19,5 +19,9 @@ export default {
</script>
<style scoped>
.fill {
border: 1px solid salmon;
height: 2000px;
width: 100%;
}
</style>