Update AccountsView.vue

移除 overflow-x: auto
This commit is contained in:
AAEE86
2025-10-16 11:13:23 +08:00
committed by GitHub
parent 6c0f38f5e8
commit d3cf66e2c0

View File

@@ -3810,7 +3810,6 @@ onMounted(() => {
<style scoped>
.table-container {
overflow-x: auto;
border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
@@ -3844,12 +3843,6 @@ onMounted(() => {
min-height: calc(100vh - 300px);
}
.table-container {
overflow-x: auto;
border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.table-row {
transition: all 0.2s ease;
}