From 164acabd9e14052cb730826f427ef9d353fd0529 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Mon, 21 Dec 2020 18:06:13 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app
---
hive-app/pages/mine/setting.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hive-app/pages/mine/setting.vue b/hive-app/pages/mine/setting.vue
index f5aff33..6e6a6ae 100644
--- a/hive-app/pages/mine/setting.vue
+++ b/hive-app/pages/mine/setting.vue
@@ -16,11 +16,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