@import "../../style/CommonStyle.module.less"; @import "../../style/utils.module.less"; .tpanelmain { .size(@w: 100%, @h: 100vh); box-sizing: border-box; color: black; position: absolute; //yhcho left: 0; top: 0; margin: 0; font-family: @baseFont; color: @COLOR_GRAY03; padding: 0 !important; word-break: keep-all; &.isTabActivated { width: calc(100% - 120px); margin-left: 120px; } }