global.less 5.14 KB
Newer Older
dengxiaofeng's avatar
dengxiaofeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
@import '~antd/es/style/themes/default.less';

html,
body,
#app {
  height: 100%;
}

.colorWeak {
  filter: invert(80%);
}

.ant-layout {
  min-height: 100vh;
}

canvas {
  display: block;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol {
  list-style: none;
}
邓晓峰's avatar
邓晓峰 committed
30 31 32
body a {
  text-decoration: none;
  color: inherit;
dengxiaofeng's avatar
dengxiaofeng committed
33 34
  // color: #fff!important;
}
邓晓峰's avatar
邓晓峰 committed
35 36 37 38
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
邓晓峰's avatar
邓晓峰 committed
39
}
dengxiaofeng's avatar
dengxiaofeng committed
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65

@media (max-width: @screen-xs) {
  .ant-table {
    width: 100%;
    overflow-x: auto;
    &-thead > tr,
    &-tbody > tr {
      > th,
      > td {
        white-space: pre;
        > span {
          display: block;
        }
      }
    }
  }
}

// 兼容IE11
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .ant-design-pro > .ant-layout {
    min-height: 100vh;
  }
}

#app {
邓晓峰's avatar
邓晓峰 committed
66 67
  & /deep/ .@{ant-prefix}-pro-basicLayout-content {
    margin: 0 !important;
dengxiaofeng's avatar
dengxiaofeng committed
68 69
  }
  .subapp-container div[data-qiankun='purehtml'] * {
邓晓峰's avatar
邓晓峰 committed
70
    margin: inherit;
dengxiaofeng's avatar
dengxiaofeng committed
71
  }
邓晓峰's avatar
邓晓峰 committed
72 73 74
  .subapp-container,
  .subapp-container div[data-name='purehtml'],
  .subapp-container .web4_console_component {
dengxiaofeng's avatar
dengxiaofeng committed
75 76
    height: 100%;
  }
邓晓峰's avatar
邓晓峰 committed
77 78
  & /deep/ .@{ant-prefix}-pro-sider-menu {
    .@{ant-prefix}-pro-menu-item {
邓晓峰's avatar
邓晓峰 committed
79 80 81
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
dengxiaofeng's avatar
dengxiaofeng committed
82
    }
邓晓峰's avatar
邓晓峰 committed
83 84
    &:not(.@{ant-prefix}-menu-inline-collapsed) {
      .@{ant-prefix}-pro-menu-item {
邓晓峰's avatar
邓晓峰 committed
85 86 87 88
        width: 80px;
      }
    }
    //      width: 80px;
邓晓峰's avatar
邓晓峰 committed
89
    .@{ant-prefix}-menu-item-only-child {
邓晓峰's avatar
邓晓峰 committed
90 91 92 93
      // a {
      //   display: flex;
      //   align-items: center;
      // }
邓晓峰's avatar
邓晓峰 committed
94
      span.@{ant-prefix}-pro-menu-item {
邓晓峰's avatar
邓晓峰 committed
95
        margin-left: 8px;
dengxiaofeng's avatar
dengxiaofeng committed
96 97
      }
    }
邓晓峰's avatar
邓晓峰 committed
98 99
    .@{ant-prefix}-menu-submenu {
      div.@{ant-prefix}-menu-submenu-title {
邓晓峰's avatar
邓晓峰 committed
100 101
        display: flex;
        align-items: center;
dengxiaofeng's avatar
dengxiaofeng committed
102
        img {
邓晓峰's avatar
邓晓峰 committed
103
          margin-right: 8px;
dengxiaofeng's avatar
dengxiaofeng committed
104 105
        }
      }
邓晓峰's avatar
邓晓峰 committed
106
      ul.@{ant-prefix}-menu-sub {
邓晓峰's avatar
邓晓峰 committed
107
        li {
dengxiaofeng's avatar
dengxiaofeng committed
108
          img {
邓晓峰's avatar
邓晓峰 committed
109 110
            width: 14px !important;
            height: 14px !important;
邓晓峰's avatar
邓晓峰 committed
111
            // margin-right: 12px;
dengxiaofeng's avatar
dengxiaofeng committed
112
          }
邓晓峰's avatar
邓晓峰 committed
113 114
          .@{ant-prefix}-pro-menu-item {
            padding-left: 0 !important;
dengxiaofeng's avatar
dengxiaofeng committed
115 116 117 118
          }
        }
      }
    }
邓晓峰's avatar
邓晓峰 committed
119 120
    .@{ant-prefix}-layout-slider-dark {
      box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
dengxiaofeng's avatar
dengxiaofeng committed
121 122 123
      transition: all 0.25s ease-in-out 0s;
    }
  }
邓晓峰's avatar
邓晓峰 committed
124 125
  & /deep/ .@{ant-prefix}-menu-submenu-popup {
    .@{ant-prefix}-menu-item {
dengxiaofeng's avatar
dengxiaofeng committed
126
      img {
邓晓峰's avatar
邓晓峰 committed
127 128
        width: 14px !important;
        height: 14px !important;
dengxiaofeng's avatar
dengxiaofeng committed
129 130
        margin-right: 12px;
      }
邓晓峰's avatar
邓晓峰 committed
131
      .@{ant-prefix}-pro-menu-item {
dengxiaofeng's avatar
dengxiaofeng committed
132 133 134 135
        padding-left: 0;
      }
    }
  }
邓晓峰's avatar
邓晓峰 committed
136 137 138
  & /deep/ .@{ant-prefix}-menu-dark {
    .@{ant-prefix}-menu-submenu-selected {
      .@{ant-prefix}-menu-item-selected {
邓晓峰's avatar
邓晓峰 committed
139 140
        // background: rgb(39, 49, 80);
        // border-left: 3px solid rgb(23, 160, 242);
dengxiaofeng's avatar
dengxiaofeng committed
141 142 143
      }
    }
  }
邓晓峰's avatar
邓晓峰 committed
144 145
  & /deep/ .@{ant-prefix}-pro-sider {
    .@{ant-prefix}-layout-sider-children {
dengxiaofeng's avatar
dengxiaofeng committed
146 147 148 149 150 151 152 153 154
      ::-webkit-scrollbar-thumb {
        border-radius: 0;
      }
      ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
      }
    }
  }
邓晓峰's avatar
邓晓峰 committed
155
  & /deep/ .@{ant-prefix}-pro-sider-logo {
dengxiaofeng's avatar
dengxiaofeng committed
156 157
    justify-content: center;
  }
邓晓峰's avatar
邓晓峰 committed
158 159
  & /deep/ .@{ant-prefix}-layout-sider-collapsed {
    .@{ant-prefix}-pro-sider-logo {
dengxiaofeng's avatar
dengxiaofeng committed
160 161
      transform: scale(0.7);
    }
邓晓峰's avatar
邓晓峰 committed
162 163
    .@{ant-prefix}-menu-submenu-vertical {
      .@{ant-prefix}-menu-submenu-title {
dengxiaofeng's avatar
dengxiaofeng committed
164 165 166
        display: flex;
        align-items: center;
        flex-wrap: wrap;
邓晓峰's avatar
邓晓峰 committed
167
        // margin-bottom: 8px;
dengxiaofeng's avatar
dengxiaofeng committed
168 169
      }
    }
邓晓峰's avatar
邓晓峰 committed
170 171
    .@{ant-prefix}-menu-dark.@{ant-prefix}-menu-dark:not(.@{ant-prefix}-menu-horizontal) {
      .@{ant-prefix}-menu-item-selected {
邓晓峰's avatar
邓晓峰 committed
172 173
        // border-left: 2px solid #1890ff;
        // background-color: #273150;
dengxiaofeng's avatar
dengxiaofeng committed
174 175 176
      }
    }
  }
邓晓峰's avatar
邓晓峰 committed
177
  & /deep/ .@{ant-prefix}-pro-global-header-layout-side {
邓晓峰's avatar
邓晓峰 committed
178 179 180 181
    > div {
      display: flex;
    }
  }
邓晓峰's avatar
邓晓峰 committed
182 183 184
  & /deep/ .@{ant-prefix}-pro-basicLayout-side {
    .@{ant-prefix}-pro-sider-extra {
      padding: 0 14px !important;
邓晓峰's avatar
邓晓峰 committed
185 186
    }
  }
邓晓峰's avatar
邓晓峰 committed
187 188
  & /deep/ .@{ant-prefix}-pro-fixed-header {
    .@{ant-prefix}-pro-global-header-layout-side {
邓晓峰's avatar
邓晓峰 committed
189 190 191
      padding: 0 0 0 16px;
    }
  }
邓晓峰's avatar
邓晓峰 committed
192 193
}
body {
邓晓峰's avatar
邓晓峰 committed
194 195
  & /deep/ .@{ant-prefix}-menu-submenu-popup {
    .@{ant-prefix}-menu-sub {
邓晓峰's avatar
邓晓峰 committed
196 197 198 199
      li {
        a {
          display: flex;
          align-items: center;
邓晓峰's avatar
邓晓峰 committed
200
          .@{ant-prefix}-pro-menu-item {
邓晓峰's avatar
邓晓峰 committed
201 202 203 204 205 206
            margin-left: 8px;
          }
        }
      }
    }
  }
dengxiaofeng's avatar
dengxiaofeng committed
207
}
邓晓峰's avatar
邓晓峰 committed
208

邓晓峰's avatar
邓晓峰 committed
209
.panda-pro-components-global-header-index-userWrapper {
邓晓峰's avatar
邓晓峰 committed
210 211 212
  & /deep/ .@{ant-prefix}-popover-content > .@{ant-prefix}-popover-arrow {
    border-top-color: #40b3f7 !important;
    border-left-color: #40b3f7 !important;
邓晓峰's avatar
邓晓峰 committed
213 214 215
  }
}

邓晓峰's avatar
邓晓峰 committed
216
.panda-pro-layouts-user-layout-stationsWrapper {
邓晓峰's avatar
邓晓峰 committed
217 218 219
  & /deep/ .@{ant-prefix}-popover-content > .@{ant-prefix}-popover-arrow {
    top: 17px !important;
    left: 24px !important;
邓晓峰's avatar
邓晓峰 committed
220 221 222
  }
}
.panda-pro-layouts-user-layout-city_pane {
邓晓峰's avatar
邓晓峰 committed
223
  & /deep/ .@{ant-prefix}-anchor-ink {
邓晓峰's avatar
邓晓峰 committed
224
    display: none;
邓晓峰's avatar
邓晓峰 committed
225
    .@{ant-prefix}-anchor-link-title {
邓晓峰's avatar
邓晓峰 committed
226 227 228 229 230
      color: #ccc;
    }
  }
}
.panda-pro-layouts-user-layout-cityLetter {
邓晓峰's avatar
邓晓峰 committed
231 232 233
  /deep/ .@{ant-prefix}-anchor-link-title {
    color: #ccc;
  }
邓晓峰's avatar
邓晓峰 committed
234
}
dengxiaofeng's avatar
dengxiaofeng committed
235 236 237 238 239 240 241 242 243 244 245 246

//global scrollbar

::-webkit-scrollbar-thumb {
  border-radius: 0;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

//left menu