老师为什么我的城市头部部分点击进去城市列表会靠在最左边,在刷新一下就居中了 这是为什么呢 css代码是你仓库的代码

来源:8-5 Vue项目城市选择页 - 页面的动态数据渲染

hello_mygirl

2019-06-11

城市选择
写回答

2回答

Dell

2019-06-11

截图我看一下

1
1
hello_mygirl
图片添加至我的评论里了老师
2019-06-12
共1条回复

hello_mygirl

提问者

2019-06-11

<template>

<div class="header">

<router-link to="/">

<!-- <div class="header-left"> -->

<div class="iconfont header-back">&#xe624;</div>

<!-- </div> -->

</router-link>

城市选择

</div>

</template>


<script>

export default {

name: 'CityHeader'

}

</script>


<style lang="stylus" scoped>

@import '~styles/varibles.styl'

 .header

position relative

overflow hidden

height 0.86rem

line-height 0.86rem

text-align center

color #ffffff

background $bgColor

font-size 0.32rem

   // .header-left

     // width 0.64rem

     // top 0

     // left 0

     // text-align center

     // font-size .4rem

     // float left

     // margin-right 2.3rem

     .header-back

position absolute

width 0.64rem

top 0

left 0

text-align center

font-size .4rem

text-align center

color #ffffff

</style>


这是页面代码

这是页面图片

//img.mukewang.com/szimg/5d006b5300012e6f04820511.jpg

0
1
Dell
你没有设置宽度吧,你看下dom元素,它宽度应该不是100%
2019-06-14
共1条回复

Vue2.5-2.6-3.0开发去哪儿网App 零基础入门到实战

课程紧跟Vue3版本迭代,企业主流版本Vue2+Vue3全掌握

10675 学习 · 8202 问题

查看课程