| | |
| | | color: #161B2C; |
| | | } |
| | | |
| | | |
| | | .detail-container { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | |
| | | .detail-left { |
| | | margin-right: 20px; |
| | | width: 312px; |
| | | padding: 24px; |
| | | border: 1px solid #E4E4E4; |
| | | } |
| | | |
| | | .detail-right { |
| | | &>div { |
| | | .detail-title { |
| | | margin: 10px 0; |
| | | } |
| | | |
| | | &:first-child { |
| | | .detail-title { |
| | | margin-top: 0; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 查看 |
| | | .detail-row-view { |
| | | background: #F2F3F5; |
| | |
| | | .fixed-column { |
| | | background-color: #1A1A2A !important; |
| | | } |
| | | } |
| | | |
| | | .el-popper { |
| | | .el-menu--popup-container { |
| | | .el-menu { |
| | | .el-menu-item.is-active { |
| | | &::before { |
| | | display: none; |
| | | } |
| | | |
| | | background: #4C34FF; |
| | | |
| | | span { |
| | | color: #fff; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | .detail-container { |
| | | padding: 20px; |
| | | } |
| | | .upload-container { |
| | | width: 100%; |
| | | } |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | .detail-container { |
| | | padding: 20px; |
| | | display: flex; |
| | | gap: 30px; |
| | | align-items: stretch; |
| | | } |
| | | |
| | | /* 左侧步骤条 */ |
| | | .detail-left { |
| | | width: 35%; |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | .detail-container { |
| | | padding: 20px; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | gap: 30px; |
| | | .detail-cell { |
| | | display: flex; |
| | | justify-content: center; |
| | | .cell-label { |
| | | min-width: 80px; |
| | | flex-shrink: 0; |
| | | } |
| | | :deep(.el-textarea__inner) { |
| | | height: 100px !important; |
| | | } |
| | | } |
| | | } |
| | | </style> |