update 优化 字典管理按钮样式

This commit is contained in:
疯狂的狮子Li 2026-03-11 13:26:57 +08:00
parent 3e592c1c5e
commit 7fd45ab2e8

View File

@ -655,7 +655,7 @@ onMounted(() => {
.dict-actions {
display: flex;
flex-wrap: wrap;
gap: 8px 10px;
gap: 10px;
margin: 8px 0 12px;
}
@ -664,6 +664,10 @@ onMounted(() => {
padding: 0 14px;
}
.dict-actions :deep(.el-button + .el-button) {
margin-left: 0;
}
.dict-table-wrap {
overflow-x: auto;
}