|
|
|
@ -93,7 +93,7 @@ body { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.left{ |
|
|
|
|
left: 200px; |
|
|
|
|
left: 250px; |
|
|
|
|
-webkit-transition: left .1s ease-in-out; |
|
|
|
|
transition: left .1s ease-in-out; |
|
|
|
|
} |
|
|
|
@ -157,9 +157,9 @@ body { |
|
|
|
|
} |
|
|
|
|
.logo { |
|
|
|
|
float: left; |
|
|
|
|
width: 180px; |
|
|
|
|
width: 100%; |
|
|
|
|
line-height: 70px; |
|
|
|
|
height: 70px; |
|
|
|
|
height: 77px; |
|
|
|
|
position: relative; |
|
|
|
|
text-align: center; |
|
|
|
|
font-weight: 600; |
|
|
|
@ -167,7 +167,7 @@ body { |
|
|
|
|
|
|
|
|
|
.logo p{ |
|
|
|
|
color: rgba(16, 16, 16, 1); |
|
|
|
|
font-size: 20px; |
|
|
|
|
font-size: 24px; |
|
|
|
|
text-align: center; |
|
|
|
|
font-family: PingFangSC-regular; |
|
|
|
|
font-weight: 400; |
|
|
|
@ -252,9 +252,51 @@ table.ikd-input-table { |
|
|
|
|
.ant-table-thead .ant-table-cell-scrollbar { |
|
|
|
|
border-left: 1px solid #000000 !important; |
|
|
|
|
} |
|
|
|
|
.container .ant-table-body { |
|
|
|
|
.ant-table-body { |
|
|
|
|
border-bottom: 1px solid #000000; |
|
|
|
|
border-right: 1px solid #000000; |
|
|
|
|
} |
|
|
|
|
.ant-table-content { |
|
|
|
|
border-bottom: 1px solid #000000; |
|
|
|
|
} |
|
|
|
|
.ant-table-thead > tr:last-child > th:last-child { |
|
|
|
|
border-right: 1px solid #000000 !important; |
|
|
|
|
} |
|
|
|
|
.ant-table-tbody > tr > td:last-child { |
|
|
|
|
border-right: 1px solid #000000 !important; |
|
|
|
|
} |
|
|
|
|
.ant-btn-default { |
|
|
|
|
border: 1px solid #7f9ab3; |
|
|
|
|
color: #7f9ab3; |
|
|
|
|
} |
|
|
|
|
.ant-layout-sider-children { |
|
|
|
|
box-shadow: 1px -9px 10px rgb(0 0 0 / 26%); |
|
|
|
|
z-index: 999; |
|
|
|
|
/*position: relative;*/ |
|
|
|
|
position: fixed; |
|
|
|
|
width: 250px; |
|
|
|
|
} |
|
|
|
|
.header { |
|
|
|
|
box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 26%); |
|
|
|
|
z-index: 998; |
|
|
|
|
} |
|
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { |
|
|
|
|
background-color: #ddf4ff; |
|
|
|
|
} |
|
|
|
|
.ant-layout-sider-light { |
|
|
|
|
min-width: 249px !important; |
|
|
|
|
} |
|
|
|
|
.ant-menu-submenu-expand-icon, .ant-menu-submenu-arrow { |
|
|
|
|
right: auto; |
|
|
|
|
margin-left: 7px; |
|
|
|
|
} |
|
|
|
|
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content, .ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content { |
|
|
|
|
margin-left: 20px; |
|
|
|
|
} |
|
|
|
|
main { |
|
|
|
|
background-color: white; |
|
|
|
|
} |
|
|
|
|
/*.header {*/ |
|
|
|
|
/* position: fixed !important;*/ |
|
|
|
|
/* width: 100% !important;*/ |
|
|
|
|
/*}*/ |