mirror of https://gitee.com/topiam/eiam
⚡ 优化样式
parent
6527c62599
commit
d1273a57d0
|
@ -23,6 +23,9 @@ const useStyle = createStyles(({ prefixCls, token }, props) => {
|
||||||
return {
|
return {
|
||||||
main: {
|
main: {
|
||||||
height: 'calc(100vh - 178px)',
|
height: 'calc(100vh - 178px)',
|
||||||
|
[`${antCls}-pro-card-body`]: {
|
||||||
|
overflow: 'auto !important',
|
||||||
|
},
|
||||||
[`.${prefix}-descriptions`]: {
|
[`.${prefix}-descriptions`]: {
|
||||||
[`${antCls}-descriptions-item-container ${antCls}-space-item`]: {
|
[`${antCls}-descriptions-item-container ${antCls}-space-item`]: {
|
||||||
span: {
|
span: {
|
||||||
|
|
Loading…
Reference in New Issue