From ccf6a0bc014d86290efffc55cbea9cf3dc860d56 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Wed, 23 Dec 2020 16:19:23 +0800 Subject: [PATCH] 会员编辑,新增联调 --- hive-app/pages/mine/setting.vue | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/hive-app/pages/mine/setting.vue b/hive-app/pages/mine/setting.vue index f5aff33..8cb4860 100644 --- a/hive-app/pages/mine/setting.vue +++ b/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> -- Gitblit v1.9.1