index.less 237 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7 8 9 10 11 12 13
.bodyBox {
  width: 100%;
  height: 100%;
  padding: 16px;
  padding-bottom: 0;
  overflow-y: auto;
  background: #f2f4f5;
}
.one {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}