工作台待办任务换行

uat_us
熊飞 2024-03-08 13:18:28 +08:00
parent 8ec94d0fa5
commit 15f0154b5d
2 changed files with 2 additions and 3 deletions

View File

@ -91,8 +91,7 @@ export default {
remove(node) {
this.$confirm(this.$t('trials:uploadedDicoms:message:deleteMes'), {
type: 'warning',
distinguishCancelAndClose: true,
distinguishCancelAndClose: true
})
.then(() => {
deleteMenuFunction(node.Id)

View File

@ -5,7 +5,7 @@
</div>
<div class="workbench-content" style="height: 100%">
<div style="height: 100%;position: relative">
<div style="font-size: 20px;position: absolute;line-height: 40px;text-align: right" :style="{width: width + 'px'}">
<div style="font-size: 20px;position: absolute;line-height: 40px;text-align: right;white-space: nowrap;" :style="{width: width + 'px'}">
{{ $t('trials:workbench:label:pendingTasksStats') }} ({{tabList.TotalCount}})
</div>
<el-tabs v-model="activeName" style="height: 100%" tab-position="left">