diff --git a/main/manager-web/src/components/CustomButton.vue b/main/manager-web/src/components/CustomButton.vue index fa87dcf3..f66359bd 100644 --- a/main/manager-web/src/components/CustomButton.vue +++ b/main/manager-web/src/components/CustomButton.vue @@ -31,6 +31,7 @@ export default { transition: all 0.3s ease; &.el-button--small { + padding: 10px; font-size: 14px; } &.el-button--medium { @@ -91,7 +92,7 @@ export default { .custom-button--delete { width: fit-content; - background: linear-gradient(to right, #ff6b6b, #ff8e8e); + background: #ff6b6b; color: white; border: none; border-radius: 6px; diff --git a/main/manager-web/src/components/DictDataDialog.vue b/main/manager-web/src/components/DictDataDialog.vue index e98c2a39..7abed4f5 100644 --- a/main/manager-web/src/components/DictDataDialog.vue +++ b/main/manager-web/src/components/DictDataDialog.vue @@ -1,116 +1,117 @@ - \ No newline at end of file + diff --git a/main/manager-web/src/components/DictTypeDialog.vue b/main/manager-web/src/components/DictTypeDialog.vue index d04304d3..9e7ece31 100644 --- a/main/manager-web/src/components/DictTypeDialog.vue +++ b/main/manager-web/src/components/DictTypeDialog.vue @@ -1,97 +1,94 @@ - - \ No newline at end of file diff --git a/main/manager-web/src/i18n/de.js b/main/manager-web/src/i18n/de.js index 4b39caba..18011fd3 100644 --- a/main/manager-web/src/i18n/de.js +++ b/main/manager-web/src/i18n/de.js @@ -593,6 +593,7 @@ export default { // Dictionary management page text 'dictManagement.pageTitle': 'Wörterbuchverwaltung', + 'dictManagement.dictTypeCategory': 'Wörterbuchkategorie', 'dictManagement.searchPlaceholder': 'Bitte Wörterbuchwert-Label zur Suche eingeben', 'dictManagement.search': 'Suchen', 'dictManagement.dictTypeName': 'WDT-Name', diff --git a/main/manager-web/src/i18n/en.js b/main/manager-web/src/i18n/en.js index d526d266..93fc69e7 100644 --- a/main/manager-web/src/i18n/en.js +++ b/main/manager-web/src/i18n/en.js @@ -593,6 +593,7 @@ export default { // Dictionary management page text 'dictManagement.pageTitle': 'Dictionary Management', + 'dictManagement.dictTypeCategory': 'Dict Category', 'dictManagement.searchPlaceholder': 'Please enter dict value label to search', 'dictManagement.search': 'Search', 'dictManagement.dictTypeName': 'Dict Type Name', diff --git a/main/manager-web/src/i18n/pt_BR.js b/main/manager-web/src/i18n/pt_BR.js index 0212bbe3..63f63803 100644 --- a/main/manager-web/src/i18n/pt_BR.js +++ b/main/manager-web/src/i18n/pt_BR.js @@ -593,6 +593,7 @@ export default { // Página de gerenciamento de dicionário 'dictManagement.pageTitle': 'Gerenciamento de Dicionário', + 'dictManagement.dictTypeCategory': 'Categoria do Dicionário', 'dictManagement.searchPlaceholder': 'Por favor, insira o rótulo do dicionário para pesquisar', 'dictManagement.search': 'Pesquisar', 'dictManagement.dictTypeName': 'Nome do Tipo de Dicionário', diff --git a/main/manager-web/src/i18n/vi.js b/main/manager-web/src/i18n/vi.js index 10e68c2c..7009d347 100644 --- a/main/manager-web/src/i18n/vi.js +++ b/main/manager-web/src/i18n/vi.js @@ -593,6 +593,7 @@ export default { // Dictionary management page text 'dictManagement.pageTitle': 'Quản lý từ điển', + 'dictManagement.dictTypeCategory': 'Danh mục từ điển', 'dictManagement.searchPlaceholder': 'Vui lòng nhập nhãn giá trị từ điển để tìm kiếm', 'dictManagement.search': 'Tìm kiếm', 'dictManagement.dictTypeName': 'Tên loại từ điển', diff --git a/main/manager-web/src/i18n/zh_CN.js b/main/manager-web/src/i18n/zh_CN.js index 77e06bd4..57768382 100644 --- a/main/manager-web/src/i18n/zh_CN.js +++ b/main/manager-web/src/i18n/zh_CN.js @@ -593,6 +593,7 @@ export default { // 字典管理页面文本 'dictManagement.pageTitle': '字典管理', + 'dictManagement.dictTypeCategory': '字典分类', 'dictManagement.searchPlaceholder': '请输入字典值标签查询', 'dictManagement.search': '搜索', 'dictManagement.dictTypeName': '字典类型名称', diff --git a/main/manager-web/src/i18n/zh_TW.js b/main/manager-web/src/i18n/zh_TW.js index 7adcd8c2..e8c5e8b4 100644 --- a/main/manager-web/src/i18n/zh_TW.js +++ b/main/manager-web/src/i18n/zh_TW.js @@ -593,6 +593,7 @@ export default { // 字典管理頁面文本 'dictManagement.pageTitle': '字典管理', + 'dictManagement.dictTypeCategory': '字典分類', 'dictManagement.searchPlaceholder': '請輸入字典值標籤查詢', 'dictManagement.search': '搜索', 'dictManagement.dictTypeName': '字典類型名稱', diff --git a/main/manager-web/src/views/DictManagement.vue b/main/manager-web/src/views/DictManagement.vue index 490ba72f..506b8fc6 100644 --- a/main/manager-web/src/views/DictManagement.vue +++ b/main/manager-web/src/views/DictManagement.vue @@ -1,127 +1,95 @@ \ No newline at end of file +