@import '~@/common'; .container { position: relative; top: 0; left: 0; width: 100%; background: white; padding: @paddingSmX; border: 1px solid @primaryColor; .content { border-bottom: 1px solid @borderColor; .row { display: flex; align-items: center; padding: @paddingSmX 0; .label { width: 60px; font-size: @textFontSm; } .input { flex: 1; } .delContainer { width: 20px; text-align: center; cursor: pointer; .del { font-size: @textFontSm; } } } } .btn { .icon{ font-size: @textFontSm; cursor: pointer; } } }