From 3cb1b4fb5546ece252e29273b14975045ff4dbdf Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Fri, 25 Dec 2020 18:16:16 +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