diff --git a/src/components/Configurator.vue b/src/components/Configurator.vue
index 2281d5d2eeea7756a8209948284276d993d93b68..aa085771e2e06424aa5fbe060191dab96f433892 100644
--- a/src/components/Configurator.vue
+++ b/src/components/Configurator.vue
@@ -46,20 +46,6 @@
:key="s.widgetType"
:title="t(`widgetType.${s.widgetType}`)"
>
-
-
+
+
@@ -253,7 +253,7 @@ function setWidgetColor(widgetType: WidgetType, fillColor: string) {
}
.color-picker {
- margin-top: 1rem;
+ margin: 1rem 0 0.5rem 0;
summary {
color: darken(var.$color-text, 20);
diff --git a/src/components/Modal/BatchDownloadModal.vue b/src/components/Modal/BatchDownloadModal.vue
index 2f3f688dc9f3b57b22ceba5d5032862193dfd2f7..d5d2d460f7d8b06b8a2b36462c7b1c9d0a48d9dc 100644
--- a/src/components/Modal/BatchDownloadModal.vue
+++ b/src/components/Modal/BatchDownloadModal.vue
@@ -227,7 +227,6 @@ async function make() {
padding: 0 1rem;
color: var.$color-text;
font-weight: bold;
- letter-spacing: 0.1rem;
background: var.$color-gray;
border-radius: 0.4rem;
border-radius: 0.6rem;
diff --git a/src/i18n/locales/en/index.ts b/src/i18n/locales/en/index.ts
index ae40f5f6ca8cddea9231d688623d53e86a92094e..fe25e4be4c2778f24d1d571976089350150e0a5e 100644
--- a/src/i18n/locales/en/index.ts
+++ b/src/i18n/locales/en/index.ts
@@ -8,7 +8,7 @@ export default {
code: 'code',
randomize: 'Randomize',
download: 'Download',
- downloadMultiple: 'Download multiple',
+ downloadMultiple: 'Generate multiple',
copyCode: 'Copy',
copied: 'Copied',
downloading: 'Downloading',
diff --git a/src/i18n/locales/zh/index.ts b/src/i18n/locales/zh/index.ts
index 6baa770dddee121afdcda85b3b397d46c06560f7..c4b69e61ba4d3379bce713e50d6fb8249408b7a7 100644
--- a/src/i18n/locales/zh/index.ts
+++ b/src/i18n/locales/zh/index.ts
@@ -8,7 +8,7 @@ export default {
code: '配置代码',
randomize: '随机生成',
download: '下载头像',
- downloadMultiple: '批量下载',
+ downloadMultiple: '批量生成',
copyCode: '复制代码',
copied: '已复制',
downloading: '准备下载',