From 7f7aac287e66d404c34a12a4b01677df791ae3b3 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 25 Nov 2024 17:51:05 +0800 Subject: [PATCH] no message --- css/common.css | 1 + css/common.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/common.css b/css/common.css index 1e3b4c8..6760986 100644 --- a/css/common.css +++ b/css/common.css @@ -716,6 +716,7 @@ body { padding-right: 10px; font-size: 14px; width: 348px; + white-space: pre-line; } .empty-box { flex-direction: column; diff --git a/css/common.less b/css/common.less index 2a3382f..fe0440e 100644 --- a/css/common.less +++ b/css/common.less @@ -339,7 +339,6 @@ body { background-color: rgba(246, 246, 246, 1); } - &:not(:last-of-type) { border-bottom: 1px dotted rgb(215, 215, 215); } @@ -811,6 +810,7 @@ body { padding-right: 10px; font-size: 14px; width: 348px; + white-space: pre-line; } .empty-box {