1 Star 6 Fork 1

Javanx/todolist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
Javanx 提交于 2022-05-12 11:18 +08:00 . UI架构;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Todo List</title>
<style>
body, html{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
#app{
height: 100%;
}
::-webkit-scrollbar-track-piece {
background-color: #fff;
-webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb {
background-color: #ccc;
height: 50px;
outline-offset: -2px;
outline: 2px solid #fff;
-webkit-border-radius: 4px;
border: 2px solid #fff;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/javanx/todolist.git
git@gitee.com:javanx/todolist.git
javanx
todolist
todolist
master

搜索帮助