From b8dfc49d5515be00892e5e2cf1036db9636ddbb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BE=9A=E7=9A=93?= <1736436516@qq.com>
Date: Fri, 22 Nov 2024 17:44:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=8F=8C=E5=BC=80=E5=85=B3?=
=?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E5=AD=98=E5=82=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Settings.vue | 140 ++++++++++++++++++++++++++----------
1 file changed, 104 insertions(+), 36 deletions(-)
diff --git a/src/components/Settings.vue b/src/components/Settings.vue
index 954990e..6c842e5 100644
--- a/src/components/Settings.vue
+++ b/src/components/Settings.vue
@@ -1,14 +1,20 @@
-
-
-
+
@@ -16,51 +22,114 @@
@@ -69,11 +138,11 @@ const handleCheckboxChange = () => {
.settings-container {
display: flex;
flex-direction: column;
- background-color: #ffffff;
+ background-color: #F1F1F1;
width: 100%;
height: 100%;
-
}
+
.popup-row {
margin-bottom: 20px;
height: 20vh;
@@ -85,12 +154,11 @@ const handleCheckboxChange = () => {
color: white;
}
-.channel-row{
+.channel-row {
margin: 1vh 2vw;
width: 80vw;
height: 70vh;
background-color: #001529;
border-radius: 8px;
}
-