Skip to content

Commit 7ec7432

Browse files
committed
chore: add cases for test
1 parent 6737426 commit 7ec7432

3 files changed

Lines changed: 923 additions & 100 deletions

File tree

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link
8+
rel="icon"
9+
type="image/jpeg"
10+
href="https://lf1-cdn-tos.bytescm.com/obj/static/visactor-site/img/visactor/vtable-icon.svg"
11+
/>
12+
<link rel="stylesheet" href="./style.css" />
13+
<title>VTable demos</title>
14+
</head>
315

4-
<head>
5-
<meta charset="UTF-8" />
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<link rel="icon" type="image/jpeg" href="https://lf1-cdn-tos.bytescm.com/obj/static/visactor-site/img/visactor/vtable-icon.svg">
9-
<link rel="stylesheet" href="./style.css">
10-
<title>VTable demos</title>
11-
</head>
12-
13-
<body>
14-
<div class="container">
15-
<div class="sidebar" id="sidebar">
16-
</div>
17-
<div class="content">
18-
<div id="chartContainer" style="position: relative;">
19-
<!-- 创建一个新的div和vtable同级 定位在vtable的上面 -->
20-
<!-- <div id="chartContainer2" style="position: relative; top: 0; left: 0; width: 100%; height: 30%; background-color: #f0f0f0;"></div> -->
21-
<div id="vTable" style="height:70%; overflow: hidden; background-color: #f0f0f0; position: relative;"></div>
22-
</div>
23-
<div id="article">
16+
<body>
17+
<div class="container">
18+
<div class="sidebar" id="sidebar"></div>
19+
<div class="content">
20+
<div id="chartContainer" style="position: relative">
21+
<!-- 创建一个新的div和vtable同级 定位在vtable的上面 -->
22+
<!-- <div id="chartContainer2" style="position: relative; top: 0; left: 0; width: 100%; height: 30%; background-color: #f0f0f0;"></div> -->
23+
<div id="vTable" style="height: 223px; overflow: hidden; background-color: #f0f0f0; position: relative"></div>
24+
</div>
25+
<div id="article"></div>
2426
</div>
2527
</div>
26-
</div>
27-
</body>
28-
29-
<script src="./main.ts" type="module"></script>
28+
</body>
3029

30+
<script src="./main.ts" type="module"></script>
3131
</html>

packages/vtable-plugins/demo/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
export const menus = [
2+
{
3+
path: 'table-carousel-animation',
4+
name: 'table-carousel-animation'
5+
},
26
{
37
path: 'carousel-animation',
48
name: '(deprecated)carousel-animation'

0 commit comments

Comments
 (0)