前端界面更新

弃用MDL,改用water.css
添加vue路由
修复搜索文件夹翻页功能bug
取消table边框
组件化路由
This commit is contained in:
2021-05-22 17:53:44 +08:00
parent cd7ea609f6
commit 2a79660b8a
11 changed files with 1583 additions and 361 deletions

24
web/style.css Normal file
View File

@@ -0,0 +1,24 @@
html {
font-size: 1em;
}
.base {
display: grid;
grid-row-gap: 1em;
}
.header {
color: white;
background-color: rgb(63, 81, 181);
box-shadow: 0 0 8px #393939;
}
.title {
margin-left: 2em;
}
.nav {
display: flex;
justify-content: space-evenly;
}
.nav-link {
color: rgb(229, 232, 245);
text-decoration: none;
padding: 1em;
}