diff --git a/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss b/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss index 4d3684f..3923377 100644 --- a/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss +++ b/epdc-resident-mp-yushan/subpages/property/pages/topicList/topicList.wxss @@ -102,7 +102,7 @@ page { font-size: 32rpx; color: #fff; border-radius: 0px; - border:0px + border:none } .topic-list .addTopic .myTopicBtn { width: 50%; @@ -113,5 +113,8 @@ page { font-size: 32rpx; color: #fff; border-radius: 0px; - border:0px + border:none +} +button::after{ + border: none; }