index.less 239 Bytes
Newer Older
喻天's avatar
喻天 committed
1 2
.app {
  width: 100%;
程恺文's avatar
程恺文 committed
3
  height: 100%;
李纪文's avatar
李纪文 committed
4 5 6 7

  .loading-container {
    .loading-item {
      .loading {
8 9 10 11 12
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
李纪文's avatar
李纪文 committed
13 14 15 16
      }
    }
  }
}