mirror of https://gitee.com/topiam/eiam
⚡ 优化样式
parent
f9f894a013
commit
35d9df8b0d
|
@ -85,7 +85,7 @@ export default () => {
|
|||
const items: MenuProps['items'] = [
|
||||
{
|
||||
key: ConfigTabs.basic,
|
||||
label: intl.formatMessage({ id: 'pages.app.config.basic.' }),
|
||||
label: intl.formatMessage({ id: 'pages.app.config.basic' }),
|
||||
icon: React.createElement(() => {
|
||||
return <ProfileOutlined />;
|
||||
}),
|
||||
|
|
|
@ -24,6 +24,11 @@ const useStyle = createStyles(({ prefixCls, token }, props) => {
|
|||
main: {
|
||||
height: 'calc(100vh - 178px)',
|
||||
[`.${prefix}-descriptions`]: {
|
||||
[`${antCls}-descriptions-item-container ${antCls}-space-item`]: {
|
||||
span: {
|
||||
padding: '0 !important',
|
||||
},
|
||||
},
|
||||
[`${antCls}-descriptions-small ${antCls}-descriptions-row > th, ${antCls}-descriptions-small ${antCls}-descriptions-row > td`]:
|
||||
{
|
||||
paddingBottom: '16px',
|
||||
|
|
Loading…
Reference in New Issue