This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update
tags/v0.3.0-alpha
ph
5 years ago
parent
a432241f02
commit
0c0d1df393
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/ui/src/components/multiselectGroup.vue
+ 1
- 1
mindinsight/ui/src/components/multiselectGroup.vue
View File
@@ -79,7 +79,7 @@ limitations under the License.
popper-class="tooltip-show-content"
:content="item.label"
placement="top">
<span class="select-disable">
>
<i title="CACHING" v-if="item.loading"
<span class="select-disable"><i title="CACHING" v-if="item.loading"
class="el-icon-loading"></i>{{item.label}}</span>
</el-tooltip>
</span>
Write
Preview
Loading…
Cancel
Save