| @@ -80,7 +80,7 @@ limitations under the License. | |||||
| <i class="el-icon-success" | <i class="el-icon-success" | ||||
| v-if="scope.row.available" | v-if="scope.row.available" | ||||
| :title="$t('hardwareVisual.availableFree')"></i> | :title="$t('hardwareVisual.availableFree')"></i> | ||||
| <i class="el-icon-question" | |||||
| <i class="available-fail" | |||||
| :title="$t('hardwareVisual.availableBusy')" | :title="$t('hardwareVisual.availableBusy')" | ||||
| v-else></i> | v-else></i> | ||||
| </span> | </span> | ||||
| @@ -799,8 +799,12 @@ export default { | |||||
| .cl-chip-wrap { | .cl-chip-wrap { | ||||
| height: calc(100% - 36px); | height: calc(100% - 36px); | ||||
| overflow: auto; | overflow: auto; | ||||
| .el-icon-question::before { | |||||
| color: #f06281; | |||||
| .available-fail{ | |||||
| display: inline-block; | |||||
| width: 12px; | |||||
| height: 12px; | |||||
| border-radius: 12px; | |||||
| background: #ffaa00; | |||||
| } | } | ||||
| .el-icon-success:before { | .el-icon-success:before { | ||||
| color: #57d7ac; | color: #57d7ac; | ||||