From: @xia_yi_fan1 Reviewed-by: @weiyanxi,@lixiaohui33,@yelihua Signed-off-by: @yelihuatags/v1.2.0-rc1
| @@ -315,6 +315,7 @@ export default { | |||||
| * The logic of deselect option when multiple is true | * The logic of deselect option when multiple is true | ||||
| * @param {Object} option | * @param {Object} option | ||||
| * @param {Number} index | * @param {Number} index | ||||
| * @return {Promise} | |||||
| */ | */ | ||||
| mulDeselectOption(option, index) { | mulDeselectOption(option, index) { | ||||
| return new Promise((resolve) => { | return new Promise((resolve) => { | ||||
| @@ -764,7 +764,6 @@ export default { | |||||
| .cl-hoc .cl-hoc-con .cl-hoc-right .cl-right-con { | .cl-hoc .cl-hoc-con .cl-hoc-right .cl-right-con { | ||||
| height: calc(100% - 63px); | height: calc(100% - 63px); | ||||
| position: relative; | position: relative; | ||||
| overflow: hidden; | |||||
| } | } | ||||
| .cl-hoc .cl-hoc-con .cl-hoc-right .cl-right-con .img-container { | .cl-hoc .cl-hoc-con .cl-hoc-right .cl-right-con .img-container { | ||||
| height: calc(100% - 28px); | height: calc(100% - 28px); | ||||
| @@ -778,6 +777,7 @@ export default { | |||||
| width: 100%; | width: 100%; | ||||
| margin-top: 12px; | margin-top: 12px; | ||||
| text-align: center; | text-align: center; | ||||
| line-height: 16px; | |||||
| } | } | ||||
| .cl-hoc .cl-hoc-con .cl-hoc-right .cl-right-footer { | .cl-hoc .cl-hoc-con .cl-hoc-right .cl-right-footer { | ||||
| height: calc(40% - 20px); | height: calc(40% - 20px); | ||||
| @@ -71,7 +71,7 @@ limitations under the License. | |||||
| @click.stop="goToSaliencyMap(scope.row)" | @click.stop="goToSaliencyMap(scope.row)" | ||||
| v-if="scope.row.saliency_map"> | v-if="scope.row.saliency_map"> | ||||
| {{$t('explain.title')}} </span> | {{$t('explain.title')}} </span> | ||||
| <span class="menu-item operate-btn button-disable" | |||||
| <span class="menu-item operate-btn button-disable first-btn" | |||||
| v-else | v-else | ||||
| :title="$t('explain.disableSaliencyMapTip')"> | :title="$t('explain.disableSaliencyMapTip')"> | ||||
| {{$t('explain.title')}} | {{$t('explain.title')}} | ||||