This repository was archived by the owner on Jul 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 <div class =" container" >
33 <login :visible =' visible' v-on:modalClose =' closeModalEvent' ></login >
44 <authorHead :user =' user' ></authorHead >
5- <div class =' body ' >
6- <navigator class =' list-item margin ' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' collect' >我的收藏</navigator >
5+ <div class =' list ' >
6+ <navigator class =' list-item' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' collect' >我的收藏</navigator >
77 <navigator class =' list-item' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' topic' >最近话题</navigator >
88 <navigator class =' list-item' @click.stop =' setListFrom' url =' /pages/list/main' data-item =' reply' >最近回复</navigator >
99 <div class =' list-item' @click =' logout' >登出</div >
@@ -68,17 +68,17 @@ export default {
6868.container {
6969 height : 100vh ;
7070 background-color : rgb (245 , 245 , 249 );
71- .body {
71+ .list {
7272 margin-top : 30 rpx;
7373 background-color : white ;
7474 .list-item {
7575 height : 76 rpx;
7676 line-height : 76 rpx;
7777 margin : 0 30 rpx;
7878 padding : 10 rpx 0 ;
79- & + & {
80- border-top : 2 rpx solid $borderColor ;
81- }
79+ }
80+ .list-item + .list-item {
81+ border-top : 2 rpx solid $borderColor ;
8282 }
8383 .margin {
8484 margin-top : 30 rpx;
You can’t perform that action at this time.
0 commit comments