File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/components/index-list Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 22 <cube-page type =" index-list"
33 title =" IndexList" >
44 <div slot =" content" >
5- <div class =" split" ></div >
65 <div class =" view-wrapper" >
76 <div class =" index-list-wrapper" >
87 <cube-index-list :data =" cityData" :title =" title" @select =" selectItem" @title-click =" clickTitle" ></cube-index-list >
3938 </script >
4039
4140<style lang="stylus" rel="stylesheet/stylus">
42- .split
43- position : relative
44- z-index : 10
45- width : 100%
46- height : 10px
47- margin-top : - 10px
48- background : #ef ef f4
49-
5041 .view-wrapper
5142 position : fixed
5243 top : 54px
Original file line number Diff line number Diff line change 243243 .cube-index-list-item_active
244244 background : $index-list-item-active-bgc
245245 .cube-index-list-fixed
246+ z-index : 1
246247 position : absolute
247248 top : 0
248249 left : 0
You can’t perform that action at this time.
0 commit comments