From 4c538565bd930279c9e32234617aa25804b19dee Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 05 四月 2023 13:15:40 +0800 Subject: [PATCH] 2023-04-05 --- src/mob/colorsketch/index.scss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/mob/colorsketch/index.scss b/src/mob/colorsketch/index.scss index 9aa1fc3..b08c92e 100644 --- a/src/mob/colorsketch/index.scss +++ b/src/mob/colorsketch/index.scss @@ -58,6 +58,23 @@ padding: 0; .sketch-picker { width: 250px!important; + + .flexbox-fix:last-child { + overflow: hidden; + >div:nth-child(30) { + position: relative; + margin-bottom: 20px!important; + } + >div:nth-child(30)::after { + content: ' '; + display: block; + border-bottom: 1px solid #d9d9d9; + position: absolute; + width: 300px; + bottom: -10px; + right: -20px; + } + } } } } \ No newline at end of file -- Gitblit v1.8.0