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