首页初步更改

This commit is contained in:
XaoLi717 2024-07-23 10:27:21 +08:00
parent c4c4976727
commit c020efd33a

View File

@ -193,7 +193,7 @@
><el-table-column ><el-table-column
fixed fixed
prop="pjEtime" prop="pjEtime"
label="预计完成日期" label="完成日期"
style="width: 20%" style="width: 20%"
/> />
<el-table-column <el-table-column
@ -246,7 +246,7 @@
><el-table-column ><el-table-column
fixed fixed
prop="pjEtime" prop="pjEtime"
label="预计完成日期" label="预计日期"
style="width: 20%" style="width: 20%"
/> />
<el-table-column <el-table-column
@ -533,18 +533,9 @@ getAllApi()
<style scoped> <style scoped>
.el-carousel__item h3 { .el-carousel__item h3 {
color: #475669;
opacity: 0.75; opacity: 0.75;
line-height: 200px; line-height: 200px;
margin: 0; margin: 0;
text-align: center; text-align: center;
} }
.el-carousel__item:nth-child(2n) {
background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n + 1) {
background-color: #d3dce6;
}
</style> </style>