@import '~@/common'; .container { width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; .add { cursor: pointer; font-size: @textFontGen; } .picContainer { margin-left: @marginSmX; .pic { height: 30px; } } } .uploadContainer { height: 500px; overflow-y: auto; }