fix ui
parent
d076bb3a64
commit
360c1a38cc
|
|
@ -274,8 +274,7 @@ function createTemplateList() {
|
||||||
title.style.fontSize = '14px';
|
title.style.fontSize = '14px';
|
||||||
title.style.fontWeight = 'bold';
|
title.style.fontWeight = 'bold';
|
||||||
title.style.color = '#333';
|
title.style.color = '#333';
|
||||||
title.style.marginBottom = '8px';
|
title.style.marginBottom = '0px';
|
||||||
title.style.padding = '4px 8px';
|
|
||||||
title.style.backgroundColor = '#f0f0f0';
|
title.style.backgroundColor = '#f0f0f0';
|
||||||
title.style.borderRadius = '4px';
|
title.style.borderRadius = '4px';
|
||||||
outerContainer.appendChild(title);
|
outerContainer.appendChild(title);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue