| @@ -1,5 +1,3 @@ | |||||
| // @import '@/styles/theme.less'; | |||||
| .kf-radio { | .kf-radio { | ||||
| display: flex; | display: flex; | ||||
| align-items: center; | align-items: center; | ||||
| @@ -1,4 +1,3 @@ | |||||
| @import '@/styles/theme.less'; | |||||
| .modal_title { | .modal_title { | ||||
| display: flex; | display: flex; | ||||
| align-items: center; | align-items: center; | ||||
| @@ -1,5 +1,3 @@ | |||||
| @import '@/styles/theme.less'; | |||||
| .kf-subarea-title { | .kf-subarea-title { | ||||
| display: flex; | display: flex; | ||||
| align-items: center; | align-items: center; | ||||
| @@ -58,7 +58,8 @@ body { | |||||
| .ant-pro-layout .ant-pro-sider-menu { | .ant-pro-layout .ant-pro-sider-menu { | ||||
| padding-top: 40px; | padding-top: 40px; | ||||
| } | } | ||||
| .ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:first-child,.ant-table-wrapper .ant-table-container table>tbody>tr:first-child{ | |||||
| .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child, | |||||
| .ant-table-wrapper .ant-table-container table > tbody > tr:first-child { | |||||
| padding: 0 30px; | padding: 0 30px; | ||||
| } | } | ||||
| @@ -112,6 +113,7 @@ body { | |||||
| } | } | ||||
| .ant-pro-layout .ant-pro-layout-container { | .ant-pro-layout .ant-pro-layout-container { | ||||
| height: 100vh; | height: 100vh; | ||||
| overflow-y: hidden; | |||||
| } | } | ||||
| .ant-modal-confirm .ant-modal-confirm-paragraph { | .ant-modal-confirm .ant-modal-confirm-paragraph { | ||||
| margin: 54px 0 auto; | margin: 54px 0 auto; | ||||
| @@ -17,6 +17,6 @@ const DevelopmentEnvironment = () => { | |||||
| } | } | ||||
| }; | }; | ||||
| return <iframe style={{ width: '100%', height: '81vh', border: 0 }} src={iframeUrl}></iframe>; | |||||
| return <iframe style={{ width: '100%', height: '100%', border: 0 }} src={iframeUrl}></iframe>; | |||||
| }; | }; | ||||
| export default DevelopmentEnvironment; | export default DevelopmentEnvironment; | ||||
| @@ -1,5 +1,3 @@ | |||||
| //@import '@/styles/theme.less'; | |||||
| .mirror-status-cell { | .mirror-status-cell { | ||||
| color: @text-color; | color: @text-color; | ||||
| @@ -1,5 +1,3 @@ | |||||
| @import '@/styles/theme.less'; | |||||
| .mirror-create { | .mirror-create { | ||||
| height: 100%; | height: 100%; | ||||
| @@ -1,5 +1,3 @@ | |||||
| @import '@/styles/theme.less'; | |||||
| .mirror-info { | .mirror-info { | ||||
| height: 100%; | height: 100%; | ||||
| @@ -1,5 +1,3 @@ | |||||
| @import '@/styles/theme.less'; | |||||
| .model-tabs { | .model-tabs { | ||||
| margin-left: 8px; | margin-left: 8px; | ||||
| :global { | :global { | ||||