From 2a75aef245cf0d4e1cafbeae05af89ff99884aa8 Mon Sep 17 00:00:00 2001 From: lyc Date: Fri, 27 Sep 2024 11:01:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/layout/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/layout/index.vue b/src/renderer/src/layout/index.vue index 304713f..642e362 100644 --- a/src/renderer/src/layout/index.vue +++ b/src/renderer/src/layout/index.vue @@ -51,7 +51,9 @@ const goBack = () =>{ .el-container { height: 100%; // background: url(@/assets/images/login/login-bg.png) no-repeat center; - background: #EAEFF8; + // background: #EAEFF8; + background: linear-gradient(to bottom right, #cce6ff 0%, #79d0fc 100%); + // background: linear-gradient(to top, #a6e3e9, #e3fdfd); background-size: cover; }