兴蜀来了平台业务数据大屏调整
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<el-table
|
||||
ref="tableRef"
|
||||
:data="tableData"
|
||||
height="1360px"
|
||||
height="1240px"
|
||||
style="width: 100%"
|
||||
>
|
||||
<el-table-column label="序号" width="200px">
|
||||
@ -11,7 +11,7 @@
|
||||
{{ scope.$index + 1 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="name" label="企业名称" />
|
||||
<el-table-column prop="name" label="企业名称" width="1000px" />
|
||||
<el-table-column prop="street" label="所在街道" />
|
||||
<el-table-column prop="position" label="招聘岗位" />
|
||||
<el-table-column prop="recruitmentNum" label="招聘人数" />
|
||||
@ -533,9 +533,9 @@ const tableData = ref([
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.tableBox {
|
||||
width: 2880px;
|
||||
width: 2920px;
|
||||
margin: 0 auto;
|
||||
margin-top: 50px;
|
||||
padding: 150px 0 0 0;
|
||||
}
|
||||
::v-deep .el-table {
|
||||
background-color: transparent;
|
||||
@ -555,7 +555,7 @@ const tableData = ref([
|
||||
background-color: #1631551f !important;
|
||||
color: #c4f3fe;
|
||||
margin: 0 0 4px 0;
|
||||
font-size: 40px;
|
||||
font-size: 54px;
|
||||
}
|
||||
::v-deep .el-table tr {
|
||||
background-color: rgba(22, 43, 85, 0);
|
||||
@ -566,7 +566,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: 54px;
|
||||
}
|
||||
::v-deep .el-table th.el-table__cell.is-leaf {
|
||||
border-bottom: 1px solid rgba(22, 41, 85, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user