| | |
| | | } |
| | | |
| | | .command-page-view-dialog { |
| | | padding: 30px; |
| | | margin: 0; |
| | | padding: 20px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 770px; |
| | | background: #1A1A2A; |
| | | border-radius: 6px 6px 6px 6px; |
| | | border: 1px solid #2E2E46; |
| | | position: absolute; |
| | | top: 50%; |
| | | left: 50%; |
| | | transform: translate(-50%, -50%); |
| | | |
| | | .el-dialog__header { |
| | | position: relative; |
| | | |
| | | span { |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: bold; |
| | | font-size: 18px; |
| | | color: #FFFFFF; |
| | | line-height: 40px; |
| | | text-align: left; |
| | | font-style: normal; |
| | | text-transform: none; |
| | | } |
| | | |
| | | .el-button { |
| | | width: auto; |
| | | height: auto; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .el-icon { |
| | |
| | | height: 360px; |
| | | |
| | | .command-table-pagination { |
| | | padding-bottom: 20px; |
| | | justify-content: center; |
| | | } |
| | | } |
| | |
| | | .el-row { |
| | | .el-col { |
| | | margin-bottom: 0; |
| | | |
| | | .el-form-item { |
| | | margin-bottom: 20px; |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .el-dialog__footer { |
| | | padding-top: 0; |
| | | display: flex; |
| | | justify-content: center; |
| | | |
| | |
| | | } |
| | | |
| | | .command-page-map-view-dialog { |
| | | padding: 30px; |
| | | margin: 0; |
| | | |
| | | padding: 20px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 80%; |
| | |
| | | border-radius: 6px 6px 6px 6px; |
| | | border: 1px solid #2E2E46; |
| | | |
| | | position: absolute; |
| | | top: 50%; |
| | | left: 50%; |
| | | transform: translate(-50%, -50%); |
| | | |
| | | .el-dialog__header, |
| | | .el-dialog__footer { |
| | | margin: 0; |