| | |
| | | transform: translate(-50%, -50%); |
| | | |
| | | .el-dialog__header { |
| | | height: 56px; |
| | | line-height: 56px; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | text-align: center; |
| | | } |
| | | |
| | |
| | | padding-top: 0; |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: calc(100% - 56px); |
| | | height: calc(100% - 40px); |
| | | |
| | | .btn-change { |
| | | display: flex; |
| | | align-items: center; |
| | | height: 36px; |
| | | line-height: 36px; |
| | | height: 32px; |
| | | line-height: 32px; |
| | | border-bottom: 2px solid #3d5ad5; |
| | | |
| | | &>div { |
| | |
| | | display: flex; |
| | | flex-direction: row; |
| | | width: calc(50% - 20px); |
| | | height: 36px; |
| | | line-height: 36px; |
| | | height: 32px; |
| | | line-height: 32px; |
| | | margin: 0 10px; |
| | | text-align: left; |
| | | |
| | |
| | | .dialog-content { |
| | | width: 100%; |
| | | display: flex; |
| | | line-height: 36px; |
| | | line-height: 32px; |
| | | flex-direction: row; |
| | | text-align: left; |
| | | margin-left: 10px; |