12345678910111213141516171819 |
- .hc-layout-box {
- position: relative;
- height: 100%;
- .hc-content-box {
- position: relative;
- height: calc(100% - 45px);
- }
- }
- .obj-item-cell {
- position: relative;
- display: flex;
- align-items: center;
- margin-top: 24px;
- .label {
- margin-right: 20px;
- width: 126px;
- }
- }
|