123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- @import './assets/css/common.scss';
- body {
- width: 100%;
- height: 100%;
- padding: 0;
- margin: 0;
- font-size: 12px;
- #root {
- width: 100%;
- height: 100%;
- font-family: 'Helvetica Neue', 'Hiragino Sans GB', stheiti, 'Microsoft Yahei', '微软雅黑', tahoma, sans-serif;
- font-size: 12px;
- .App {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- width: 100%;
- height: 100%;
- .ka-wrapper {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- width: 100%;
- height: 100%;
- .ka-content {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- }
- .panel-content {
- position: fixed;
- left: 175px;
- }
- #nprogress .bar {
- height: 2px !important;
- background: #1890ff !important;
- }
- .expandIcon {
- margin-right: 0.5rem;
- color: #6c757d;
- }
|