This commit is contained in:
DESKTOP-369JRHT\12997 2024-11-20 11:51:40 +08:00
parent 1369e972ef
commit ee17c6bb14
6 changed files with 9 additions and 6 deletions

View File

@ -37,7 +37,7 @@
>新增小程序配置</el-button>
</el-form-item>
</el-form>
<div style="height: 73vh;overflow: auto">
<div style="height: 74vh;overflow: auto;scrollbar-width: none">
<el-table :data="tableData" style="width: 100%" border>
<el-table-column type="index" label="序号"></el-table-column>
<el-table-column prop="orgName" label="机构名称"></el-table-column>

View File

@ -29,7 +29,7 @@
</el-button>
</el-form-item>
</el-form>
<div style="height: 73vh;overflow: auto">
<div style="height: 74vh;overflow: auto;scrollbar-width: none">
<el-table :data="tableData" style="width: 100%;" border>
<el-table-column type="index" label="序号"></el-table-column>
<el-table-column prop="bannerName" label="banner名称"></el-table-column>
@ -487,6 +487,7 @@ export default {
.app-container{
box-sizing: border-box;
padding: 10px ;
padding-bottom: 0px;
}
</style>

View File

@ -1,5 +1,5 @@
<template>
<div class="card-change" style="height: 88vh; margin: 10px;box-sizing: border-box;padding-bottom: 0px" shadow="never">
<div class="card-change" style="height: 89vh; margin: 10px;box-sizing: border-box;padding-bottom: 0px;margin-bottom: 0px" shadow="never">
<div>
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="90px">
<el-form-item label="" prop="name">
@ -45,7 +45,7 @@
>新增商品</el-button>
</el-form-item>
</el-form>
<div style="height: 70vh; overflow: auto; scrollbar-width: none ">
<div style="height: 71vh; overflow: auto; scrollbar-width: none ">
<el-table :data="tableData" style="width: 100%" border>
<el-table-column type="index" label="序号"></el-table-column>
<el-table-column prop="name" label="商品名称"></el-table-column>

View File

@ -393,6 +393,7 @@ export default {
.app-container{
box-sizing: border-box;
padding: 10px;
padding-bottom: 0px;
}
</style>

View File

@ -50,7 +50,7 @@
>新增支付参数</el-button>
</el-form-item>
</el-form>
<div style="height: 73vh;overflow: auto;scrollbar-width: none">
<div style="height: 74vh;overflow: auto;scrollbar-width: none">
<el-table :data="tableData" style="width: 100%">
<el-table-column type="index" label="序号"></el-table-column>
<el-table-column prop="deptName" label="机构名称"></el-table-column>
@ -387,6 +387,7 @@ export default {
height: 100%;
box-sizing: border-box;
padding: 10px;
padding-bottom: 0px;
}
.single-row {
overflow: hidden;

View File

@ -490,7 +490,7 @@ export default {
}
.table_box{
width: 100%;
height: 74vh;
height: 75vh;
}
</style>