|
@@ -145,7 +145,7 @@
|
|
|
@change="authBtnTabClick"
|
|
|
>
|
|
|
<template #extra>
|
|
|
- <div v-if="ListItemDatas.length > 0 && isTemplateType" class="mr-1 flex items-center justify-center whitespace-nowrap">
|
|
|
+ <div v-if="ListItemDatas.length > 0 && isTemplateType" class="mr-2 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>
|
|
@@ -3538,6 +3538,9 @@ const nodeBaseDataModalSave = async ()=>{
|
|
|
border-radius: 5px;
|
|
|
font-weight: 500;
|
|
|
margin-left: 4px;
|
|
|
+ max-width: 300px;
|
|
|
+ overflow-x: auto;
|
|
|
+ overflow-y: hidden;
|
|
|
|
|
|
}
|
|
|
.hc-add-node-modal-foot-box {
|