From ea35ccdbd1d183b5fb9813ddb041f08ee6d633f6 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 2 Feb 2024 16:19:34 +0800 Subject: [PATCH] no message --- index.css | 1 + index.less | 1 + 2 files changed, 2 insertions(+) diff --git a/index.css b/index.css index d47bc72..02d45d8 100644 --- a/index.css +++ b/index.css @@ -693,6 +693,7 @@ a { background-color: #f6f6f6; justify-content: space-between; padding-left: 25px; + border-radius: 0 0 10px 10px; } #answer-app .main .details-area-box .details-box .your-answer-box .your-answer-bottom .option-box { font-size: 14px; diff --git a/index.less b/index.less index ea41afc..e2cb991 100644 --- a/index.less +++ b/index.less @@ -880,6 +880,7 @@ a { background-color: rgba(246, 246, 246, 1); justify-content: space-between; padding-left: 25px; + border-radius: 0 0 10px 10px; .option-box { font-size: 14px;