hive-app/pages/mine/setting.vue
@@ -1,9 +1,6 @@ <template> <!-- 设置 --> <view class="container"> <!-- #ifndef H5 --> <view class="status_bar"></view> <!-- #endif --> <view class="flex justify-between content-row mb-20"> <text class="font-16">修改密码</text> <text class="iconfont iconarrow-backimg gray"></text> @@ -16,11 +13,11 @@ </script> <style> .container:first-child{ border-top: 1px solid #ABB1CC; .container{ padding: 0 15px; } .content-row{ padding: 10px 15px; border-bottom: 1px solid #ABB1CC; padding: 10px 0px; border-bottom: 1px solid #EDEAF4; } </style>