@@ -7836,7 +7836,7 @@ li.secondMenu ul li:hover { | |||||
border: 1.5px solid rgba(140, 0, 255, 1); | border: 1.5px solid rgba(140, 0, 255, 1); | ||||
} | } | ||||
.linkline{ | .linkline{ | ||||
width: 42px; | |||||
width: 50px; | |||||
height: 1px; | height: 1px; | ||||
background-color: rgba(204, 205, 215, 1); | background-color: rgba(204, 205, 215, 1); | ||||
display: inline-block; | display: inline-block; | ||||
@@ -8543,7 +8543,7 @@ h5.dulilabel{ | |||||
height: 0; | height: 0; | ||||
left: 0; | left: 0; | ||||
top: 0; | top: 0; | ||||
width: 158px; | |||||
/* width: 158px; */ | |||||
text-align: left; | text-align: left; | ||||
/* display: flex; | /* display: flex; | ||||
align-items: baseline; | align-items: baseline; | ||||
@@ -54,7 +54,7 @@ | |||||
<div v-show="NewProductDailog == true" class="PaincenterBox"> | <div v-show="NewProductDailog == true" class="PaincenterBox"> | ||||
<!-- 表单 横线输入框表单--> | <!-- 表单 横线输入框表单--> | ||||
<el-form ref="" v-model="newProjData" class="line_from" label-width="100px" label-position="left"> | <el-form ref="" v-model="newProjData" class="line_from" label-width="100px" label-position="left"> | ||||
<div class="yiyun_col-12 fl"> | |||||
<div class="yiyun_col-12 fl" style="margin-left:4px"> | |||||
<div class="yiyunlargeItem"> | <div class="yiyunlargeItem"> | ||||
<el-form-item label="项目名称"> | <el-form-item label="项目名称"> | ||||
<el-input v-model="newProjData.projectData.projName" placeholder="请输入项目名称" class="labelinputbefore"> | <el-input v-model="newProjData.projectData.projName" placeholder="请输入项目名称" class="labelinputbefore"> | ||||
@@ -62,7 +62,7 @@ | |||||
</el-form-item> | </el-form-item> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="yiyun_col-12 fl"> | |||||
<div class="yiyun_col-12 fl" style="margin-left:4px"> | |||||
<div class="yiyunlargeItem"> | <div class="yiyunlargeItem"> | ||||
<el-form-item label="选择工作链"> | <el-form-item label="选择工作链"> | ||||
<el-select v-model="newProjData.projectData.templateID" filterable no-data-text="暂无数据" | <el-select v-model="newProjData.projectData.templateID" filterable no-data-text="暂无数据" | ||||
@@ -95,7 +95,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<!-- 自定义字段显示并输入 --> | <!-- 自定义字段显示并输入 --> | ||||
<div class="yiyun_col-12 fl" v-for="prop in checkNewProjData.CustomProps" :key="prop.Id"> | |||||
<div class="yiyun_col-12 fl" style="margin-left:4px" v-for="prop in checkNewProjData.CustomProps" :key="prop.Id"> | |||||
<div class="yiyunlargeItem"> | <div class="yiyunlargeItem"> | ||||
<el-form-item :label="prop.PropertyName"> | <el-form-item :label="prop.PropertyName"> | ||||
<el-input v-model="prop.PropValue" placeholder="输入" @input="userDefineInput" class="labelinputbefore" :key="prop.Id"> | <el-input v-model="prop.PropValue" placeholder="输入" @input="userDefineInput" class="labelinputbefore" :key="prop.Id"> | ||||
@@ -156,7 +156,7 @@ | |||||
<!-- 项目概况 --> | <!-- 项目概况 --> | ||||
<div class="PaincenterBox" v-show="isShowProjInfo"> | <div class="PaincenterBox" v-show="isShowProjInfo"> | ||||
<!-- 线下内容区 --> | <!-- 线下内容区 --> | ||||
<div class="xiezuobox"> | |||||
<div class="xiezuobox " style="margin-left:4px"> | |||||
<!-- 表单 横线输入框表单--> | <!-- 表单 横线输入框表单--> | ||||
<el-form ref="" v-model="nowProject" class="line_from" label-width="110px" label-position="left"> | <el-form ref="" v-model="nowProject" class="line_from" label-width="110px" label-position="left"> | ||||
<div class="yiyun_col-6 fl"> | <div class="yiyun_col-6 fl"> | ||||
@@ -94,11 +94,7 @@ | |||||
</button> | </button> | ||||
</div> | </div> | ||||
<div | <div | ||||
:class=" | |||||
listUserFolders.length < 8 | |||||
? 'worklink linkcenter' | |||||
: 'worklink linkstart' | |||||
" | |||||
class="worklink linkcenter" | |||||
> | > | ||||
<div | <div | ||||
class="yuandian" | class="yuandian" | ||||
@@ -414,3 +410,5 @@ export default { | |||||
}, | }, | ||||
}; | }; | ||||
</script> | </script> | ||||
@@ -524,10 +524,13 @@ export default { | |||||
//预览文件 | //预览文件 | ||||
async filePreview(ipfsCid,type){ | async filePreview(ipfsCid,type){ | ||||
const url = await services.filePreview(sessionStorage.companyId); | const url = await services.filePreview(sessionStorage.companyId); | ||||
const Url="http://"+url; | |||||
const Url="http://"+url.Data; | |||||
if(type == 1){ | if(type == 1){ | ||||
const link=encodeURIComponent(Url) | |||||
const officeApi="http://view.officeapps.live.com/op/view.aspx?src="; | const officeApi="http://view.officeapps.live.com/op/view.aspx?src="; | ||||
window.open(officeApi+Url+ipfsCid,''); | |||||
console.log(officeApi+link+ipfsCid) | |||||
window.open(officeApi+link+ipfsCid,''); | |||||
}else if(type == 2){ | }else if(type == 2){ | ||||
window.open(Url+ipfsCid,''); | window.open(Url+ipfsCid,''); | ||||
}else if(type == 3){ | }else if(type == 3){ | ||||
@@ -1635,7 +1635,7 @@ | |||||
</ul> | </ul> | ||||
</div> | </div> | ||||
<context-menu | |||||
<!-- <context-menu | |||||
class="automenu" | class="automenu" | ||||
id="tableSpaceMenu" | id="tableSpaceMenu" | ||||
:show="tableSpaceMenuVisible" | :show="tableSpaceMenuVisible" | ||||
@@ -1644,7 +1644,7 @@ | |||||
<ul> | <ul> | ||||
<li class="menu__item" @click="newInsertFolder">新增文件夹</li> | <li class="menu__item" @click="newInsertFolder">新增文件夹</li> | ||||
</ul> | </ul> | ||||
</context-menu> | |||||
</context-menu> --> | |||||
<context-menu | <context-menu | ||||
class="automenu" | class="automenu" | ||||
@@ -3,7 +3,7 @@ | |||||
<app-header theme="black" :showBackBtn="true" backBtnTitle="返回登入" /> | <app-header theme="black" :showBackBtn="true" backBtnTitle="返回登入" /> | ||||
<div class="platform_section"> | <div class="platform_section"> | ||||
<div class="platform_title">链接到</div> | <div class="platform_title">链接到</div> | ||||
<div class="platform_list"> | |||||
<div class="platform_list" > | |||||
<section class="yiyun_warpContent mt-20"> | <section class="yiyun_warpContent mt-20"> | ||||
<div class="yiyun-rows"> | <div class="yiyun-rows"> | ||||
<div v-show="isEmpty" class="nullproduct"> | <div v-show="isEmpty" class="nullproduct"> | ||||
@@ -132,6 +132,10 @@ export default { | |||||
font-size: 48px; | font-size: 48px; | ||||
} | } | ||||
.platform_list{ | |||||
left: 34px; | |||||
position: absolute; | |||||
} | |||||
.yiyun_product_item { | .yiyun_product_item { | ||||
background-color: #fff; | background-color: #fff; | ||||
height: 228px; | height: 228px; | ||||