From 2faa6546a9f9ddb29f81cbc9770fc25b95703695 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 17:02:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/sets/index.less |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/wechat_staff/pages/sets/index.less b/wechat_staff/pages/sets/index.less
index c60da15..259efa2 100644
--- a/wechat_staff/pages/sets/index.less
+++ b/wechat_staff/pages/sets/index.less
@@ -11,9 +11,29 @@
     }
     .icon{
       width: 40rpx;
+      height: 40rpx;
     }
   }
 }
+.logout{
+  width: 670rpx;
+  height: 88rpx;
+  line-height: 86rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  border-radius: 8rpx;
+  border: 1rpx solid #B08771;
+  font-weight: 500;
+  font-size: 32rpx;
+  color: #B08771;
+  display: flex;
+  margin-top: 100rpx;
+  .icon{
+    width: 40rpx;
+    height: 40rpx;
+  }
+}
 .modal{
   width: 610rpx;
   height: 450rpx;

--
Gitblit v1.9.3