dmr 发表于 2025-1-22 17:11:37

dialog-footer 按钮居中展示

操作的css:

.dialog-footer {
display: flex;
justify-content: center; /* 水平居中 */
align-items: center; /* 垂直居中,如果需要 */
}

页: [1]
查看完整版本: dialog-footer 按钮居中展示