From 20185ab64a165df51515d9fa1c9b12a7a8c55f59 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 07 四月 2023 23:11:04 +0800 Subject: [PATCH] 2023-04-07 --- src/menu/components/card/cardcellcomponent/dragaction/index.scss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/dragaction/index.scss b/src/menu/components/card/cardcellcomponent/dragaction/index.scss index 3d44552..51310de 100644 --- a/src/menu/components/card/cardcellcomponent/dragaction/index.scss +++ b/src/menu/components/card/cardcellcomponent/dragaction/index.scss @@ -214,4 +214,21 @@ background-repeat: no-repeat; background-size: cover; } + .sort-wrap { + position: relative; + margin-left: 5px; + font-size: 12px; + color: #bfbfbf; + display: none; + + .anticon-caret-up { + position: relative; + top: -4px; + } + .anticon-caret-down { + position: absolute; + top: 5px; + left: 0px; + } + } } \ No newline at end of file -- Gitblit v1.8.0