This commit is contained in:
姚宇浩 2024-04-25 16:44:31 +08:00
parent 9573b42730
commit b552e77c66
2 changed files with 18 additions and 12 deletions

View File

@ -16,12 +16,12 @@ const option = {
itemHeight: 12,
itemWidth: 30,
textStyle: {
fontSize: 20,
fontSize: 16,
color: "#fff",
},
top: 70,
left: 30,
itemGap: 10, //
itemGap: 20, //
y: "top", // Y
data: ["17岁以下", "18-34岁", "35-69岁", "60岁以上"],
},
@ -82,10 +82,10 @@ const option = {
label: {
normal: {
show: true,
position: ["25%", "-50%"],
position: ["25%", "-60%"],
formatter: "{c}%",
color: "#fff",
fontSize: 25,
fontSize: 22,
fontWeight: 600,
},
},
@ -114,10 +114,10 @@ const option = {
label: {
normal: {
show: true,
position: ["35%", "-50%"],
position: ["35%", "-60%"],
formatter: "{c}%",
color: "#fff",
fontSize: 25,
fontSize: 22,
fontWeight: 600,
},
},
@ -146,10 +146,10 @@ const option = {
label: {
normal: {
show: true,
position: ["35%", "-50%"],
position: ["35%", "-60%"],
formatter: "{c}%",
color: "#fff",
fontSize: 25,
fontSize: 22,
fontWeight: 600,
},
},
@ -178,10 +178,10 @@ const option = {
label: {
normal: {
show: true,
position: ["35%", "-50%"],
position: ["35%", "-60%"],
formatter: "{c}%",
color: "#fff",
fontSize: 25,
fontSize: 22,
fontWeight: 600,
},
},

View File

@ -338,6 +338,7 @@ const rowState = (row) => {
};
const tableHeaderColor = (arg) => {
return {
paddingLeft:'10px',
letterSpacing: "1px",
fontSize: "15px",
height: "50px",
@ -1153,6 +1154,11 @@ const jtsyList = ref([
}
:deep(.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf) {
border: none !important;
padding-left: 10px !important;
}
:deep(.el-table td.el-table__cell){
padding-left: 10px;
}
::v-deep .el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #2f4b74;
@ -1162,7 +1168,7 @@ const jtsyList = ref([
background-color: #122560;
}
.el-table .el-table__row {
:deep(.el-table .el-table__row){
border-bottom: none;
}
//
@ -1351,7 +1357,7 @@ table {
background: rgba(63, 89, 133, 1);
}
td:nth-child(2) {
padding-left: 60px;
padding-left: 50px;
box-sizing: border-box;
letter-spacing: 2px;
}