| | |
| | | > |
| | | </el-descriptions> |
| | | |
| | | <el-scrollbar> |
| | | <el-scrollbar style="width: 70%;"> |
| | | <el-descriptions |
| | | title=" " |
| | | :column="2" |
| | |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-row justify="end" class="btn-group"> |
| | | <el-button type="danger" size="small" @click="deletePro" :disabled="false" |
| | | <el-button type="danger" size="small" @click="deletePro" :disabled="true" |
| | | >删除</el-button |
| | | > |
| | | <!-- <el-button |
| | |
| | | width: 240px; |
| | | height: 250px; |
| | | border-radius: 4px; |
| | | margin-bottom: 6px; |
| | | } |
| | | |
| | | .d-index { |
| | |
| | | .d-extra { |
| | | } |
| | | |
| | | .descriptions-label-1 { |
| | | color: whitesmoke; |
| | | background: var(--el-color-danger-light-3); |
| | | :deep(.descriptions-label-1) { |
| | | /* color: whitesmoke; */ |
| | | /* background: var(--el-color-danger-light-3); */ |
| | | } |
| | | |
| | | .descriptions-label-2 { |
| | | color: whitesmoke; |
| | | background-color: var(--el-color-success-light-3); |
| | | /* color: whitesmoke; */ |
| | | /* background-color: var(--el-color-success-light-3); */ |
| | | } |
| | | </style> |
| | | |