|
@@ -145,10 +145,10 @@
|
|
|
@change="authBtnTabClick"
|
|
|
>
|
|
|
<template #extra>
|
|
|
- <!-- <div v-if="ListItemDatas.length > 0" class="mr-1 flex items-center justify-center whitespace-nowrap">
|
|
|
+ <div v-if="ListItemDatas.length > 0" class="mr-1 flex items-center justify-center whitespace-nowrap">
|
|
|
<div class="font-500"> 文件题名</div>
|
|
|
<div class="title-input h-[30px] flex items-center leading-[30px]" :style="{ width: titleInput ? '' : '100px' }">{{ titleInput }}</div>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
|
|
|
<HcTooltip keys="node_base_data">
|
|
|
<el-button
|