diff --git a/plugins/addon/theme_configurator/template/admin/index.html b/plugins/addon/theme_configurator/template/admin/index.html index d6e1b61..9292484 100644 --- a/plugins/addon/theme_configurator/template/admin/index.html +++ b/plugins/addon/theme_configurator/template/admin/index.html @@ -761,7 +761,7 @@ grandChildren.forEach((grandChild, grandIndex) => { const item = document.createElement('div'); - item.style.cssText = 'padding:8px; margin-bottom:6px; background:#fafafa; border-radius:3px; border-left:2px solid #52c41a;'; + item.style.cssText = 'padding:8px; margin-bottom:6px; margin-left:24px; background:#fff7e6; border-radius:3px; border-left:3px solid #fa8c16;'; // 生成地区选项(只使用方形图标,排除-y后缀的圆形图标) const countryOptions = getCountryOptions(); @@ -775,6 +775,7 @@ item.innerHTML = `