5caa7b16 by 任超

style:材料分屏样式修改

1 parent 57946afd
......@@ -10,7 +10,7 @@
<!-- 材料目录明细 -->
<div class="clmlmx-box" v-if="checkedId == '1'">
<div class="title">申请材料目录</div>
<lb-table :column="column" :key="key" :heightNum="210" :pagination="false" :data="tableData">
<lb-table :column="column" :key="key" :heightNum="150" :pagination="false" :data="tableData">
</lb-table>
</div>
<!-- 材料预览 -->
......@@ -61,7 +61,7 @@ export default {
checkedId: "1",
column: [
{
width: "60",
width: "35",
renderHeader: (h, scope) => {
return (
<i
......@@ -87,14 +87,14 @@ export default {
},
},
{
width: "60",
width: "35",
label: "序号",
type: "index",
},
{
prop: "isrequired",
label: "是否必选",
width: "100",
width: "50",
render: (h, scope) => {
// 新增的材料,全部为系统默认可选
if (scope.row.sfxjcl === "1") {
......@@ -158,7 +158,7 @@ export default {
},
{
label: "操作",
width: "90",
width: "80",
render: (h, scope) => {
return (
<div>
......@@ -376,6 +376,7 @@ export default {
.right {
width: 100%;
height: 100%;
.clmlmx-box {
margin: 0 auto;
......
......@@ -288,7 +288,8 @@ export default {
height: 100%;
background-color: #ffffff;
overflow-y: auto;
padding-right: 10px;
padding-right: 3px;
overflow-x: hidden;
}
.submit_btn {
......@@ -308,7 +309,7 @@ export default {
.btn {
text-align: center;
padding-top: 5px;
padding-top: 10px;
height: 36px;
background-color: #ffffff;
padding: 5px 0;
......
......@@ -57,6 +57,7 @@
.splitScreen-con {
flex: 1;
width: 0;
}
.rightContainer {
......