.base {  display: flex;  flex-direction: row;  width: 100vw;  height: 100vh;}.class1 {  width: 0%;}.class2 {  display: flex;  flex-direction: column;  width: 98%;}