diff --git a/src/views/tag/TagManage.vue b/src/views/tag/TagManage.vue index 301b1880..996aefe5 100644 --- a/src/views/tag/TagManage.vue +++ b/src/views/tag/TagManage.vue @@ -710,8 +710,8 @@ export default { .select { flex: 1; - min-width: 200px; - max-width: 300px; + min-width: 150px; + max-width: 184px; display: flex; align-items: center; height: 40px; @@ -1103,8 +1103,8 @@ export default { gap: 10px; .select { - min-width: 160px; - max-width: 220px; + min-width: 150px; + max-width: 184px; height: 36px; :deep(.filter-input), @@ -1136,7 +1136,7 @@ export default { .button-group { min-width: 100px; - max-width: 120px; + max-width: 180px; height: 36px; .btn, .btnn {