@import '~@/theme/common'; .wrap { position: relative; // width: 580px; width: 100%; background: #fff; .titleRow { display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 0 @paddingLg; .titleCls { font-size: 14px; color: #5a6876; line-height: 62px; z-index: 10; background: #fff; } .editClick { cursor: pointer; .detailEdit { color: @primaryColor; font-size: 14px; margin-left: 6px; } } } .formWrap { padding: @paddingLg; height: 520px; overflow-x: hidden; overflow-y: auto; margin-bottom: 68px; position: relative; background: rgb(250, 250, 250); .row { display: flex; background-color: rgba(251, 251, 251, 1); .listLeft { width: 150px; padding: 12px; text-align: right; align-self: center; background-color: rgba(251, 251, 251, 1); } .listRight { flex: 1; padding: 12px 20px; background-color: #fff; .item { white-space: initial; } } } } }