Browse Source

!1213 UI multiSelect-group component style optimization

From: @xia_yi_fan1
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
ecf63d711a
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      mindinsight/ui/src/components/multiselect-group.vue

+ 3
- 2
mindinsight/ui/src/components/multiselect-group.vue View File

@@ -414,6 +414,7 @@ export default {
flex-wrap: wrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.cl-checklist-container .select-content .select-content-open {
flex: 1;
@@ -435,15 +436,15 @@ export default {
}
.cl-checklist-container .select-content-all .select-item {
height: 25px;
margin-top: 25px;
margin-top: 14px;
}
.cl-checklist-container .select-item {
margin-right: 20px;
flex-shrink: 0;
margin-bottom: 1px;
max-width: 50%;
}
.cl-checklist-container .select-item .label-item {
width: 100px;
display: block;
text-overflow: ellipsis;
white-space: nowrap;


Loading…
Cancel
Save