提交 38d83197 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!531 Modify the icon when device is not available

Merge pull request !531 from 冯学峰/myMaster02
...@@ -80,7 +80,7 @@ limitations under the License. ...@@ -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 { ...@@ -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 { .available-fail{
color: #f06281; display: inline-block;
width: 12px;
height: 12px;
border-radius: 12px;
background: #ffaa00;
} }
.el-icon-success:before { .el-icon-success:before {
color: #57d7ac; color: #57d7ac;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册