style: 政策课题参会流程
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
style="width: 100%;"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',fontWeight: 'bold', height: '48px'}"
|
||||
@selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center"/>
|
||||
<el-table-column type="selection" width="50" align="center"/>
|
||||
<el-table-column type="index" label="序号" width="50" align="center"></el-table-column>
|
||||
<el-table-column
|
||||
type="index"
|
||||
width="55"
|
||||
@@ -27,6 +28,7 @@
|
||||
<el-table-column
|
||||
:prop="item.prop"
|
||||
:label="item.label"
|
||||
:min-width="item.label === '会议地点' || item.label === '参会人员(内部)' ? '91%' : ''"
|
||||
align="center">
|
||||
<template slot-scope="{ row, column, $index }">
|
||||
<!--<el-form-item :prop="'meetingList.' + $index + '.meetingName'" :rules="rules.meetingName" label-width="0">-->
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
</ProcessTitle>
|
||||
<div class="prc-content-border">
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="12">
|
||||
<el-col :span="12" style="position: relative">
|
||||
<UploadFormItem
|
||||
label="会议资料"
|
||||
prop="conferenceMaterials"
|
||||
@@ -71,6 +71,7 @@
|
||||
:size="2048"
|
||||
:disabled="disabled">
|
||||
</UploadFormItem>
|
||||
<div style="height: 90%;width: 1px;background-color: #ddd;position: absolute;top: 5%;right: 0"></div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user