From f9e02537665223e4ae596e5afa423e19a77ca3b2 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 15 Nov 2024 15:20:42 +0800 Subject: [PATCH] no message --- css/index.css | 2 ++ css/index.less | 2 ++ 2 files changed, 4 insertions(+) diff --git a/css/index.css b/css/index.css index 36fb039..4447535 100644 --- a/css/index.css +++ b/css/index.css @@ -173,6 +173,7 @@ margin-bottom: 6px; position: relative; max-width: 405px; + box-sizing: border-box; } .fate .list .item .left .name::after { content: ""; @@ -185,6 +186,7 @@ background-color: #f2f2f2; border: 1px solid #d7d7d7; border-radius: 39px; + box-sizing: border-box; } .fate .list .item .left .message { color: #7f7f7f; diff --git a/css/index.less b/css/index.less index aabe88a..32c0cb6 100644 --- a/css/index.less +++ b/css/index.less @@ -199,6 +199,7 @@ margin-bottom: 6px; position: relative; max-width: 405px; + box-sizing: border-box; &::after { content: ""; @@ -211,6 +212,7 @@ background-color: rgba(242, 242, 242, 1); border: 1px solid rgba(215, 215, 215, 1); border-radius: 39px; + box-sizing: border-box; } } .message {