1 Star 0 Fork 608

MT / easy-flow

forked from 萌级小菜鸟 / easy-flow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu.chengbiao 提交于 2020-05-06 23:32 . * 2.1.0 优化
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>easy-flow</title>
<style>
body {
margin: 0;
font-size: 14px;
}
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background: #E0E3E7;
height: 20px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>
JavaScript
1
https://gitee.com/MT007/easy-flow.git
git@gitee.com:MT007/easy-flow.git
MT007
easy-flow
easy-flow
master

搜索帮助