Skip to content

Commit 4665a6f

Browse files
committed
已修改 src/CheckBox.js
缺失 src/RCheckbox.js 缺失 src/style/checkbox.scss Add .gitignore Add docs/index.html Add docs/static/css/index.423cad67.css Add docs/static/css/index.423cad67.css.map Add docs/static/js/index.7bd06bf3.js Add docs/static/js/index.7bd06bf3.js.map Add docs/static/js/vendors.7c85a849.chunk.js Add docs/static/js/vendors.7c85a849.chunk.js.map Add examples/Demo.js Add examples/DemoList.js Add examples/demos/demo1.js Add examples/index.html Add examples/index.js Add examples/style/animate.scss Add examples/style/index.scss Add package-lock.json Add package.json Add src/InnerCheckbox.js Add src/style/index.scss
1 parent e613079 commit 4665a6f

20 files changed

+39732
-58
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

docs/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html style="width:100%; height:100%; overflow:hidden;">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>scrollview</title>
7+
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1">
8+
<style type="text/css">
9+
.demo {
10+
width: 900px;
11+
height: 500px;
12+
margin: 100px auto;
13+
background: #FFF;
14+
font-size: 12px;
15+
overflow: auto;
16+
}
17+
</style>
18+
<link href="static\css\index.423cad67.css" rel="stylesheet"></head>
19+
20+
<body style="background:#F5F5F5">
21+
<div class="demo" id="demo">
22+
</div>
23+
<script src="static\js\vendors.7c85a849.chunk.js"></script><script src="static\js\index.7bd06bf3.js"></script></body>
24+
25+
</html>

0 commit comments

Comments
 (0)