兴蜀来了平台业务数据大屏调整

This commit is contained in:
2025-10-22 22:57:34 +08:00
parent 1eca1dbf37
commit 08e38283d4
3 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="tableBox">
<el-table :data="tableData" height="1540px" style="width: 100%">
<el-table-column label="序号" width="120px">
<el-table-column label="序号" width="140px">
<template #default="scope">
{{ scope.$index + 1 }}
</template>
@ -92,13 +92,13 @@ const tableData = ref([
margin: 0 0 1px 0;
}
::v-deep .el-table .el-table__cell {
padding: 38px 0;
padding: 32px 0;
}
::v-deep .el-table th.el-table__cell {
background-color: rgba(31, 84, 145, 0.473);
color: #c4f3fe;
margin: 0 0 4px 0;
font-size: 40px;
font-size: 50px;
}
::v-deep .el-table tr {
background-color: rgba(22, 43, 85, 0);
@ -109,7 +109,7 @@ const tableData = ref([
::v-deep .el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
border-bottom: 1px solid rgba(22, 41, 85, 0);
font-size: 40px;
font-size: 50px;
}
::v-deep .el-table th.el-table__cell.is-leaf {
border-bottom: 1px solid rgba(22, 41, 85, 0.3);