Skip to content

Commit 9019b52

Browse files
committed
debug
1 parent b9a8090 commit 9019b52

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

app/components/example/drawer.vue

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<!-- <Page> -->
3-
<RadSideDrawer [drawerTransition]="sideDrawerTransition">
3+
<!-- <RadSideDrawer [drawerTransition]="sideDrawerTransition"> -->
44
<GridLayout tkDrawerContent rows="auto, *" class="sidedrawer sidedrawer-left">
55
<StackLayout row="0" class="sidedrawer-header">
66
<Label class="sidedrawer-header-image fa" text="&#xf2bd;"></Label>
@@ -14,6 +14,30 @@
1414
<Label col="0" text="&#xf015;" class="fa iconfont">&#xeb69;</Label>
1515
<Label col="1" text="Home" class="p-r-10"></Label>
1616
</GridLayout>
17+
<GridLayout columns="auto, *" class="sidedrawer-list-item">
18+
<Label col="0" text="&#xf015;" class="fa iconfont">&#xeb69;</Label>
19+
<Label col="1" text="Home" class="p-r-10"></Label>
20+
</GridLayout>
21+
<GridLayout columns="auto, *" class="sidedrawer-list-item">
22+
<Label col="0" text="&#xf015;" class="fa iconfont">&#xeb69;</Label>
23+
<Label col="1" text="Home" class="p-r-10"></Label>
24+
</GridLayout>
25+
<GridLayout columns="auto, *" class="sidedrawer-list-item">
26+
<Label col="0" text="&#xf015;" class="fa iconfont">&#xeb69;</Label>
27+
<Label col="1" text="Home" class="p-r-10"></Label>
28+
</GridLayout>
29+
<GridLayout columns="auto, *" class="sidedrawer-list-item">
30+
<Label col="0" text="&#xf015;" class="fa iconfont">&#xeb69;</Label>
31+
<Label col="1" text="Home" class="p-r-10"></Label>
32+
</GridLayout>
33+
<GridLayout columns="auto, *" class="sidedrawer-list-item">
34+
<Label col="0" text="&#xf015;" class="fa iconfont">&#xeb69;</Label>
35+
<Label col="1" text="Home" class="p-r-10"></Label>
36+
</GridLayout>
37+
<GridLayout columns="auto, *" class="sidedrawer-list-item">
38+
<Label col="0" text="&#xf015;" class="fa iconfont">&#xeb69;</Label>
39+
<Label col="1" text="Home" class="p-r-10"></Label>
40+
</GridLayout>
1741

1842
<GridLayout columns="auto, *" class="sidedrawer-list-item">
1943
<Label col="0" text="&#xf1ea;" class="fa"></Label>
@@ -57,7 +81,7 @@
5781
</StackLayout>
5882
</ScrollView>
5983
</GridLayout>
60-
</RadSideDrawer>
84+
<!-- </RadSideDrawer> -->
6185
<!-- </Page> -->
6286
</template>
6387

0 commit comments

Comments
 (0)