From 596f63b70b3999da3ae4a62d4e265ae20064e86e Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sat, 3 Feb 2024 01:40:26 +0800 Subject: [PATCH] fix --- app/resources/data/template.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/resources/data/template.html b/app/resources/data/template.html index 3b6b087..9fde241 100644 --- a/app/resources/data/template.html +++ b/app/resources/data/template.html @@ -17,7 +17,7 @@ body { align-items: center; justify-content: center; background-color: #F5F5F5; - //background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2394AB85' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + /*background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2394AB85' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/ } ::-webkit-scrollbar { @@ -169,8 +169,6 @@ body { background: rgba(0, 0, 0, 0.3); } -.container .content { -} .bubble { white-space: pre-wrap; max-width: 400px;