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/particulars/index.vue | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/repositoryai/templateku/particulars/index.vue b/src/views/repositoryai/templateku/particulars/index.vue index 11653d3..d2954a7 100644 --- a/src/views/repositoryai/templateku/particulars/index.vue +++ b/src/views/repositoryai/templateku/particulars/index.vue @@ -97,6 +97,7 @@ .top-text { margin: 15px; margin-top: 0; + border-radius: 4px; padding: 0 30px 30px 30px; background: #f2f5fc; border: 1px solid #dcdfe6; @@ -105,32 +106,35 @@ } .basic { height: 50px; + border-radius: 8px; margin: 15px; margin-bottom: 0; padding: 0 20px 20px 20px; line-height: 50px; - background: #92c5f0; + background: #bee2ff; } .headline { display: flex; height: 50px; + border-radius: 8px; margin: 15px; margin-bottom: 0; padding: 0 20px 20px 20px; line-height: 50px; - background: #92c5f0; + background: #bee2ff; justify-content: space-between; } .valuetop { .val-text { display: flex; + border-radius: 8px; height: 50px; margin: 15px; margin-bottom: 0; // padding: 0 20px 20px 20px; padding: 0 20px; align-items: center; - background: #92c5f0; + background: #bee2ff; justify-content: space-between; .text-icon { width: 35px; @@ -145,6 +149,7 @@ .val-bon { margin: 15px; margin-top: 0; + border-radius: 4px; padding: 30px; background: #f2f5fc; border: 1px solid #dcdfe6; -- Gitblit v1.9.3