---修改样式和文件上传
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user