update 优化 字典管理按钮样式
This commit is contained in:
parent
3e592c1c5e
commit
7fd45ab2e8
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user