areaDeviceData.less 146 B

1234567891011
  1. .container {
  2. position: absolute;
  3. top: 13%;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. .areaData {
  8. width: 480px;
  9. height: 250px;
  10. }
  11. }