From 80e40362a760c5c53c51e8a1e79c9a11c6a0f5fe Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Sat, 07 Sep 2024 14:24:37 +0800 Subject: [PATCH] 事件材料查看+ai页面 --- gz-customerSystem/src/views/register/index.less | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index d5732f0..8da2fc6 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -696,4 +696,16 @@ align-items: center; margin-bottom: 4px; +} + +.gradient-box { + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); + background: linear-gradient(to right, #6a1b9a, #e040fb); + display: flex; + align-items: center; + padding: 12px 8px; + border-radius: 12px 0px 0px 12px; } \ No newline at end of file -- Gitblit v1.8.0