This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
优化
wulanhaote
liuminjian
4 years ago
parent
d25ebadc3a
commit
21853a5305
3 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/App.vue
+1
-1
src/components/common/nav_footer.vue
+4
-1
src/views/home.vue
+ 2
- 0
src/App.vue
View File
@@ -24,4 +24,6 @@ export default {
<style lang="scss" >
@import "./assets/css/base";
.nsgk-noNav-main {
}
</style>
+ 1
- 1
src/components/common/nav_footer.vue
View File
@@ -24,7 +24,7 @@
</template>
<script>
export default {
name: "",
name: "
toolbar
",
};
</script>
<style scoped lang="scss">
+ 4
- 1
src/views/home.vue
View File
@@ -1,5 +1,5 @@
<template>
<div class="
hello">适配移动端
</div>
<div class="
app-container">主页主页主页主页主页主页主页主页主页主页
</div>
</template>
<script>
@@ -12,4 +12,7 @@ export default {
</script>
<style scoped lang="scss">
.app-container {
font-size: 32px;
}
</style>
Write
Preview
Loading…
Cancel
Save