pull/852/head
Xiujuan Li 2024-07-12 10:43:04 +08:00
parent d076bb3a64
commit 360c1a38cc
1 changed files with 1 additions and 2 deletions

View File

@ -274,8 +274,7 @@ function createTemplateList() {
title.style.fontSize = '14px';
title.style.fontWeight = 'bold';
title.style.color = '#333';
title.style.marginBottom = '8px';
title.style.padding = '4px 8px';
title.style.marginBottom = '0px';
title.style.backgroundColor = '#f0f0f0';
title.style.borderRadius = '4px';
outerContainer.appendChild(title);