From ac84e789feb9ef287134dec829edf93f7ad3ac69 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 24 十一月 2023 18:02:30 +0800 Subject: [PATCH] 提交信息 --- src/views/repositoryai/templateku/configurat/index.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue index 25c8ed9..fb283bf 100644 --- a/src/views/repositoryai/templateku/configurat/index.vue +++ b/src/views/repositoryai/templateku/configurat/index.vue @@ -230,16 +230,18 @@ .basic { height: 50px; margin: 15px; + border-radius: 8px; margin-bottom: 0; padding: 0 20px 20px 20px; line-height: 50px; - background: #92c5f0; + background: #bee2ff; justify-content: space-between; } .top-menu { margin: 15px; margin-top: 0; height: 400px; + border-radius: 4px; padding: 10px 30px 10px 30px; background: #f2f5fc; border: 1px solid #dcdfe6; @@ -269,9 +271,10 @@ } .basics { height: 50px; + border-radius: 8px; padding-left: 20px; line-height: 50px; - background: #92c5f0; + background: #bee2ff; justify-content: space-between; } } @@ -289,7 +292,7 @@ height: 50px; padding: 0 20px 20px 20px; line-height: 50px; - background: #92c5f0; + background: #bee2ff; justify-content: space-between; } .valuetop { @@ -301,7 +304,7 @@ // padding: 0 20px 20px 20px; padding: 0 20px; align-items: center; - background: #92c5f0; + background: #bee2ff; justify-content: space-between; .text-icon { width: 35px; -- Gitblit v1.9.3