app-rate.less 100 字节
Newer Older
1
.app-rate {
2
  overflow-y: auto;
3 4 5 6
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}