---修改样式和文件上传

This commit is contained in:
2025-12-05 18:24:05 +08:00
parent d4c07162d4
commit bf5862d52b
6 changed files with 16 additions and 13 deletions

View File

@ -101,7 +101,7 @@
return { ...contentStyle };
}
const height = `${unref(contentHeight)}px`;
const height = `${unref(contentHeight)+19}px`;
return {
...contentStyle,
minHeight: height,
@ -155,7 +155,7 @@
position: relative;
.@{prefix-cls}-content {
margin: 12px 4px 12px 12px;
margin: 2px 4px 12px 8px;
}
.ant-page-header {