提交 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.
<i class="el-icon-success"
v-if="scope.row.available"
:title="$t('hardwareVisual.availableFree')"></i>
<i class="el-icon-question"
<i class="available-fail"
:title="$t('hardwareVisual.availableBusy')"
v-else></i>
</span>
......@@ -799,8 +799,12 @@ export default {
.cl-chip-wrap {
height: calc(100% - 36px);
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 {
color: #57d7ac;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册