app-default-pick-up-view-panel.less 83 字节
Newer Older
1 2 3 4 5
.pickupviewpanel{
  width: 100%;
  height: calc(100% - 64px);
  overflow-y: auto;
}