Kaynağa Gözat

修改css

dev-remain
revive 4 yıl önce
ebeveyn
işleme
1b886bf504
7 değiştirilmiş dosya ile 21 ekleme ve 16 silme
  1. +2
    -2
      public/static/css/main.css
  2. +3
    -3
      src/views/components_web/newProj/newProj.vue
  3. +1
    -1
      src/views/components_web/projSetting/projSetting.vue
  4. +3
    -5
      src/views/main_web/workspace/components/workLine.vue
  5. +5
    -2
      src/views/main_web/workspace/workspace.new.vue
  6. +2
    -2
      src/views/manage_system/template/index.vue
  7. +5
    -1
      src/views/platform_center/index.vue

+ 2
- 2
public/static/css/main.css Dosyayı Görüntüle

@@ -7836,7 +7836,7 @@ li.secondMenu ul li:hover {
border: 1.5px solid rgba(140, 0, 255, 1);
}
.linkline{
width: 42px;
width: 50px;
height: 1px;
background-color: rgba(204, 205, 215, 1);
display: inline-block;
@@ -8543,7 +8543,7 @@ h5.dulilabel{
height: 0;
left: 0;
top: 0;
width: 158px;
/* width: 158px; */
text-align: left;
/* display: flex;
align-items: baseline;


+ 3
- 3
src/views/components_web/newProj/newProj.vue Dosyayı Görüntüle

@@ -54,7 +54,7 @@
<div v-show="NewProductDailog == true" class="PaincenterBox">
<!-- 表单 横线输入框表单-->
<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">
<el-form-item label="项目名称">
<el-input v-model="newProjData.projectData.projName" placeholder="请输入项目名称" class="labelinputbefore">
@@ -62,7 +62,7 @@
</el-form-item>
</div>
</div>
<div class="yiyun_col-12 fl">
<div class="yiyun_col-12 fl" style="margin-left:4px">
<div class="yiyunlargeItem">
<el-form-item label="选择工作链">
<el-select v-model="newProjData.projectData.templateID" filterable no-data-text="暂无数据"
@@ -95,7 +95,7 @@
</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">
<el-form-item :label="prop.PropertyName">
<el-input v-model="prop.PropValue" placeholder="输入" @input="userDefineInput" class="labelinputbefore" :key="prop.Id">


+ 1
- 1
src/views/components_web/projSetting/projSetting.vue Dosyayı Görüntüle

@@ -156,7 +156,7 @@
<!-- 项目概况 -->
<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">
<div class="yiyun_col-6 fl">


+ 3
- 5
src/views/main_web/workspace/components/workLine.vue Dosyayı Görüntüle

@@ -94,11 +94,7 @@
</button>
</div>
<div
:class="
listUserFolders.length < 8
? 'worklink linkcenter'
: 'worklink linkstart'
"
class="worklink linkcenter"
>
<div
class="yuandian"
@@ -414,3 +410,5 @@ export default {
},
};
</script>



+ 5
- 2
src/views/main_web/workspace/workspace.new.vue Dosyayı Görüntüle

@@ -524,10 +524,13 @@ export default {
//预览文件
async filePreview(ipfsCid,type){
const url = await services.filePreview(sessionStorage.companyId);
const Url="http://"+url;

const Url="http://"+url.Data;
if(type == 1){
const link=encodeURIComponent(Url)
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){
window.open(Url+ipfsCid,'');
}else if(type == 3){


+ 2
- 2
src/views/manage_system/template/index.vue Dosyayı Görüntüle

@@ -1635,7 +1635,7 @@
</ul>
</div>

<context-menu
<!-- <context-menu
class="automenu"
id="tableSpaceMenu"
:show="tableSpaceMenuVisible"
@@ -1644,7 +1644,7 @@
<ul>
<li class="menu__item" @click="newInsertFolder">新增文件夹</li>
</ul>
</context-menu>
</context-menu> -->

<context-menu
class="automenu"


+ 5
- 1
src/views/platform_center/index.vue Dosyayı Görüntüle

@@ -3,7 +3,7 @@
<app-header theme="black" :showBackBtn="true" backBtnTitle="返回登入" />
<div class="platform_section">
<div class="platform_title">链接到</div>
<div class="platform_list">
<div class="platform_list" >
<section class="yiyun_warpContent mt-20">
<div class="yiyun-rows">
<div v-show="isEmpty" class="nullproduct">
@@ -132,6 +132,10 @@ export default {
font-size: 48px;
}

.platform_list{
left: 34px;
position: absolute;
}
.yiyun_product_item {
background-color: #fff;
height: 228px;


Yükleniyor…
İptal
Kaydet