Commit 41400946 authored by zhangyanni's avatar zhangyanni

样式

parent f1fba9e8
......@@ -2,7 +2,7 @@
<div style="padding: 6px 0">
<div style="display: flex;padding-left: 10px">
<div>
<p style="width: 140px;line-height: 48px;font-weight: bold">{{titleName}}:</p>
<p class="titleNameP" :class="labelWidth?'labelWidth':''">{{titleName}}:</p>
</div>
<div style="display: flex;font-weight: normal">
<div>
......@@ -76,7 +76,7 @@
<script>
export default {
props:[
'screenlist','titleName','screenchildListIf','checkboxGroupstate','checkboxGroupchildstate','states','childSingle','thirdChildren','requireStatus'
'screenlist','titleName','screenchildListIf','checkboxGroupstate','checkboxGroupchildstate','states','childSingle','thirdChildren','requireStatus','labelWidth'
],
name : "Pagescreen",
data() {
......@@ -474,4 +474,13 @@
font-weight: normal;
border-top: 1px solid #E4E6F2;
}
.titleNameP{
width: 140px;
line-height: 48px;
font-weight: bold;
}
.labelWidth{
width: 90px;
}
</style>
\ No newline at end of file
......@@ -297,7 +297,7 @@
checkValidateBusIntro(rule, value, callback) {
var reg = /^\s+$/g;
if (reg.test(value)||value==="") {
callback(new Error("请输入资源材料介绍"))
callback(new Error("请输入合作单位介绍"))
} else {
callback();
}
......@@ -414,6 +414,9 @@
this.isShowErrorText5 = false;
this.fileList = [];
this.ruleForm.annexFile = [];
if(this.type==2) {
this.secondOrgVisible = false;
}
},
//提交
......
......@@ -2,12 +2,12 @@
<div class="btodiv">
<el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;">
<page-screen :isSingle="true" :checkboxGroupstate="currentStatus!=null?[currentStatus]:[]"
:screenlist="statusList"
:screenlist="statusList" :labelWidth="90"
:screenchildListIf="true" ref="screenchild" :titleName="'状态'"
@changecheck="handleChangeStatus"></page-screen>
</el-row>
<el-row class="gendisplay statebottm" style="margin: 20px 0 0 30px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;">
<el-row class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-row>
<el-col :span="12">
<el-form-item label="区域:">
......@@ -31,8 +31,8 @@
</el-form>
</el-row>
<div class="gendisplay statebottm" style="margin: 20px 0 0 25px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;">
<div class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="审核时间:">
<template slot-scope="scope">
<div style="display: flex">
......@@ -48,8 +48,8 @@
</el-form-item>
</el-form>
</div>
<div class="gendisplay" style="margin: 20px 0 0 25px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;">
<div class="gendisplay" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="创建时间:">
<template slot-scope="scope">
<div style="display: flex">
......
......@@ -2,12 +2,12 @@
<div class="btodiv">
<el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;">
<page-screen :isSingle="true" :checkboxGroupstate="currentStatus!=null?[currentStatus]:[]"
:screenlist="statusList"
:screenlist="statusList" :labelWidth="90"
:screenchildListIf="true" ref="screenchild" :titleName="'状态'"
@changecheck="handleChangeStatus"></page-screen>
</el-row>
<el-row class="gendisplay statebottm" style="margin: 20px 0 0 30px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;">
<el-row class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-row>
<el-col :span="12">
<el-form-item label="区域:">
......@@ -34,11 +34,11 @@
<el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;">
<page-screen :isSingle="true" :checkboxGroupstate="currentStar!=null?[currentStar]:[]" :screenlist="starList"
:screenchildListIf="true" ref="screenchildStar" :titleName="'星级'"
:screenchildListIf="true" ref="screenchildStar" :titleName="'星级'" :labelWidth="90"
@changecheck="handleChangeStar"></page-screen>
</el-row>
<div class="gendisplay statebottm" style="margin: 20px 0 0 25px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;">
<div class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="审核时间:">
<template slot-scope="scope">
<div style="display: flex">
......@@ -55,8 +55,8 @@
</el-form>
</div>
<div class="gendisplay" style="margin: 20px 0 0 25px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;">
<div class="gendisplay" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="创建时间:">
<template slot-scope="scope">
<div style="display: flex">
......@@ -520,5 +520,4 @@
</script>
<style scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment