1 Star 2 Fork 1

besovideo/ewebdemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!--
* @Author: Shirtiny
* @Date: 2021-12-30 13:33:35
* @LastEditTime: 2021-12-30 16:58:16
* @Description:
-->
<template>
<div id="app">
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<main class="main">
<router-view />
</main>
</div>
</template>
<style lang="less">
html,
body {
margin: 0;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
}
#nav {
padding: 30px;
text-align: center;
a {
font-weight: bold;
color: #2c3e50;
&.router-link-exact-active {
color: #42b983;
}
}
}
.main {
display: flex;
justify-content: center;
p {
label {
font-size: 14px;
margin-right: 8px;
}
input,
select,
button {
outline: none;
margin-right: 16px;
}
}
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/besovideo/ewebdemo.git
git@gitee.com:besovideo/ewebdemo.git
besovideo
ewebdemo
ewebdemo
main

搜索帮助