修改列表样式

This commit is contained in:
lxd 2024-08-19 18:17:03 +08:00
parent e4e21b3ca0
commit 276431d4ef
9 changed files with 14 additions and 14 deletions

View File

@ -156,7 +156,7 @@
:stripe="true"
:show-overflow-tooltip="true"
@selection-change="handleSelectionChange"
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px',color:'#333333' }"
:row-style="{height:'56px'}"
>
<el-table-column type="selection" width="55" />

View File

@ -88,7 +88,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
:row-style="{ height: '56px' }"
>
<el-table-column label="主键" align="center" prop="id" v-if="false" />
@ -97,11 +97,11 @@
<el-table-column label="接口名称" align="center" prop="apiName" />
<el-table-column label="接口地址" align="center" prop="apiUrl" />
<el-table-column label="数据库类型" align="center" prop="databaseType" />
<el-table-column label="第三方数据库IP" align="center" prop="databaseIP" />
<el-table-column label="第三方数据库端口" align="center" prop="databasePort" />
<el-table-column label="第三方数据库登录名" align="center" prop="databaseUserName" />
<el-table-column label="第三方数据库登录密码" align="center" prop="databasePwd" />
<el-table-column label="第三方软件制造商" align="center" prop="softwareManufacturer" />
<el-table-column label="第三方数据库IP" align="center" prop="databaseIP" width="160px"/>
<el-table-column label="第三方数据库端口" align="center" prop="databasePort" width="160px" />
<el-table-column label="第三方数据库登录名" align="center" prop="databaseUserName" width="160px"/>
<el-table-column label="第三方数据库登录密码" align="center" prop="databasePwd" width="170px"/>
<el-table-column label="第三方软件制造商" align="center" prop="softwareManufacturer" width="160px" />
<el-table-column label="是否删除1为删除" align="center" prop="isdelete" v-if="false" />
<el-table-column label="备注信息" align="center" prop="remark" />
<el-table-column label="api代码" align="center" prop="apiCode" />

View File

@ -66,7 +66,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
:row-style="{ height: '56px' }"
>
<el-table-column label="主键" align="center" prop="id" v-if="false" />

View File

@ -75,7 +75,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
:row-style="{ height: '56px' }"
>
<el-table-column label="主键" align="center" prop="doctorID" v-if="false" />

View File

@ -92,7 +92,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
:row-style="{ height: '56px' }"
>
<el-table-column label="ID" align="center" prop="id" v-if="false" />

View File

@ -65,7 +65,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
:row-style="{ height: '56px' }"
>
<el-table-column label="机构编码" align="center" prop="orgID" v-if="false" />

View File

@ -84,7 +84,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
:row-style="{ height: '56px' }"
>
<el-table-column label="主键" align="center" prop="id" v-if="false" />

View File

@ -132,7 +132,7 @@
:stripe="true"
:show-overflow-tooltip="true"
@row-dblclick="handleEdit"
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px',color:'#333333' }"
:row-style="{height:'56px'}"
>
<el-table-column type="index" width="50px" />

View File

@ -135,7 +135,7 @@
:stripe="true"
:show-overflow-tooltip="true"
@row-dblclick="handleEdit"
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' ,color:'#333333'}"
:row-style="{height:'56px'}"
>
<el-table-column type="index" width="50px" />