<!--
|
* @Author: shuishen 1109946754@qq.com
|
* @Date: 2023-04-06 20:31:49
|
* @LastEditors: shuishen 1109946754@qq.com
|
* @LastEditTime: 2023-04-06 21:37:49
|
* @FilePath: \hydraulic-wh\src\App.vue
|
* @Description:
|
*
|
* Copyright (c) 2023 by ${git_name_email}, All Rights Reserved.
|
-->
|
<template>
|
<div id="app">
|
<router-view></router-view>
|
</div>
|
</template>
|
|
<style lang="scss">
|
#app {
|
width: 100%;
|
height: 100%;
|
font-family: Avenir, Helvetica, Arial, sans-serif;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
text-align: center;
|
color: #2c3e50;
|
}
|
</style>
|