Browse Source

update

tags/v0.3.0-alpha
ph 5 years ago
parent
commit
0c0d1df393
1 changed files with 1 additions and 1 deletions
  1. +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>


Loading…
Cancel
Save