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/views/DictManagement.vue b/main/manager-web/src/views/DictManagement.vue index 490ba72f..4ebdadba 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 +