hc-data.scss 331 B

12345678910111213141516171819
  1. .hc-layout-box {
  2. position: relative;
  3. height: 100%;
  4. .hc-content-box {
  5. position: relative;
  6. height: calc(100% - 45px);
  7. }
  8. }
  9. .obj-item-cell {
  10. position: relative;
  11. display: flex;
  12. align-items: center;
  13. margin-top: 24px;
  14. .label {
  15. margin-right: 20px;
  16. width: 126px;
  17. }
  18. }