Skip to content

Commit 41981a8

Browse files
committed
update change class name
1 parent a5ee69a commit 41981a8

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

app/components/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Page>
2+
<Page class="page">
33
<ActionBarFirst :title="'Welcome to NativeScript-Vue!'"></ActionBarFirst>
44
<ScrollView>
55
<!-- <GridLayout colums="*" rows="*"> -->

app/components/example/dialog-bak/dialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Page>
2+
<Page class="page">
33
<ActionBar class="action-bar" title="Hello">
44
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$navigateBack" />
55
<StackLayout orientation="horizontal">

app/components/example/dialog/dialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Page>
2+
<Page class="page">
33
<ActionBar class="action-bar" title="Hello">
44
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$navigateBack" />
55
<StackLayout orientation="horizontal">

app/components/example/drawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<!-- <Page> -->
2+
<!-- <Page class="page"> -->
33
<!-- <RadSideDrawer [drawerTransition]="sideDrawerTransition"> -->
44

55
<GridLayout tkDrawerContent rows="auto, *" class="sidedrawer sidedrawer-left">

app/components/example/large-title/large-title.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Page>
2+
<Page class="page">
33
<ActionBar class="action-bar" :flat="isFlat">
44
<Label :text="title" class="hidden" ref="topTitle" fontSize="17" verticalAlignment="center" />
55
<ActionItem

app/components/example/multi-drawer/drawers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Page>
2+
<Page class="page">
33
<ActionBar class="action-bar" title="Hello">
44
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$navigateBack" />
55
<StackLayout orientation="horizontal">

app/components/example/public/action-bar-first.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export default {
3939
</script>
4040

4141
<style scoped>
42-
ActionBar {
42+
/* ActionBar {
4343
background-color: #53ba82;
4444
color: #ffffff;
45-
}
45+
} */
4646
</style>

app/components/example/public/action-bar-second.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export default {
1616
</script>
1717

1818
<style scoped>
19-
ActionBar {
19+
/* ActionBar {
2020
background-color: #53ba82;
2121
color: #ffffff;
2222
}
2323
.hello-world {
2424
margin: 20;
25-
}
25+
} */
2626
</style>

app/components/example/request.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Page>
2+
<Page class="page">
33
<ActionBarSecond :title="'请求'"></ActionBarSecond>
44
<!-- <GridLayout colums="*" rows="*"> -->
55
<StackLayout>

app/components/example/target/target.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<Page>
2+
<Page class="page">
33
<ActionBarSecond :title="'路由跳转'"></ActionBarSecond>
44
<GridLayout colums="*" rows="*">
55
<!-- <StackLayout class="hello-world"> -->

0 commit comments

Comments
 (0)