From 26f72b3aedc3197d0913f3f1dea2d7e40d7828e2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 20 Mar 2025 14:38:56 +0800 Subject: [PATCH] no message --- css/contrastDetails.css | 5 ++++- css/contrastDetails.less | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 5ccb458..87558cf 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -74,6 +74,10 @@ color: #ffffff; padding-left: 20px; } +.body .item .head.options { + flex-direction: column; + justify-content: center; +} .body .item .head.options .options-box { width: fit-content; max-width: 100px; @@ -207,7 +211,6 @@ .body .item .thead .operate { padding: 20px 0; position: relative; - flex-direction: column; border-bottom: 1px solid #ebebeb; } .body .item .thead .operate .i:not(:last-of-type) { diff --git a/css/contrastDetails.less b/css/contrastDetails.less index b9303cd..75cc553 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -93,6 +93,8 @@ padding-left: 20px; &.options { + flex-direction: column; + justify-content: center; .options-box { width: fit-content; max-width: 100px; @@ -241,7 +243,6 @@ .operate { padding: 20px 0; position: relative; - flex-direction: column; .i { &:not(:last-of-type) { border-right: 1px solid #ebebeb;