01
This commit is contained in:
29
src/App.vue
29
src/App.vue
@@ -18,14 +18,15 @@
|
||||
</template>
|
||||
<script>
|
||||
import headers from './views/header/index'
|
||||
import footers from './views/footer/index'
|
||||
import footers from './views/footer/index'
|
||||
|
||||
export default {
|
||||
name:'App',
|
||||
components:{
|
||||
name: 'App',
|
||||
components: {
|
||||
headers,
|
||||
footers
|
||||
},
|
||||
data(){
|
||||
data() {
|
||||
return {
|
||||
iftop: false
|
||||
}
|
||||
@@ -47,16 +48,20 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.grid-content{
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: PingFangSC-Medium, PingFang SC !important;
|
||||
}
|
||||
|
||||
.grid-content {
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<style scoped>
|
||||
.headers{
|
||||
.headers {
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user