Commit 8a7112f6 authored by tianhongyang's avatar tianhongyang

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys...

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys into V20231129-中建一局二公司
parents c79ef474 1b76dba5
...@@ -11,7 +11,7 @@ body { ...@@ -11,7 +11,7 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
Microsoft YaHei, Arial, sans-serif; Microsoft YaHei, Arial, sans-serif;
} }
label { label {
...@@ -143,11 +143,11 @@ div:focus { ...@@ -143,11 +143,11 @@ div:focus {
padding-right: 20px; padding-right: 20px;
transition: 600ms ease position; transition: 600ms ease position;
background: linear-gradient( background: linear-gradient(
90deg, 90deg,
rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%,
rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%,
rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%,
rgba(33, 120, 241, 1) 100% rgba(33, 120, 241, 1) 100%
); );
.subtitle { .subtitle {
...@@ -360,7 +360,7 @@ li { ...@@ -360,7 +360,7 @@ li {
} }
.is-scrolling-left + .el-table__fixed, .is-scrolling-left + .el-table__fixed,
.is-scrolling-middle + .el-table__fixed, .is-scrolling-middle + .el-table__fixed,
.is-scrolling-right + .el-table__fixed,.el-table__fixed-right { .is-scrolling-right + .el-table__fixed {
box-shadow: 2px 0 8px -7px #202020; box-shadow: 2px 0 8px -7px #202020;
height: auto !important; height: auto !important;
bottom: 16px !important; bottom: 16px !important;
...@@ -374,14 +374,14 @@ li { ...@@ -374,14 +374,14 @@ li {
.el-table__body-wrapper { .el-table__body-wrapper {
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 16px; //竖轴宽度 width: 16px; //竖轴宽度
height: 6px; //横轴宽度 height: 16px; //横轴宽度
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
background-color: #f3f4f5; background-color: #f3f4f5;
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
...@@ -438,7 +438,7 @@ li { ...@@ -438,7 +438,7 @@ li {
} }
} }
.el-scrollbar { .el-scrollbar {
height: 6px; height: 16px;
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 8px; height: 8px;
} }
...@@ -529,7 +529,7 @@ li { ...@@ -529,7 +529,7 @@ li {
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
...@@ -686,7 +686,7 @@ li { ...@@ -686,7 +686,7 @@ li {
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
......
...@@ -72,5 +72,19 @@ export default { ...@@ -72,5 +72,19 @@ export default {
height: calc(100%); height: calc(100%);
} }
} }
.title_wrap{
padding: 20px;
background-color: #FFFFFF;
border-bottom: 1px solid #e0e0e0;
}
.enterprise_title{
border-left: 2px solid #445781;
padding-left: 8px;
font-size: 16px;
height: 16px;
line-height: 16px;
font-weight: 700;
color: #232323;
}
} }
</style> </style>
...@@ -67,5 +67,19 @@ export default { ...@@ -67,5 +67,19 @@ export default {
height: calc(100%); height: calc(100%);
} }
} }
.title_wrap{
padding: 20px;
background-color: #FFFFFF;
border-bottom: 1px solid #e0e0e0;
}
.enterprise_title{
border-left: 2px solid #445781;
padding-left: 8px;
font-size: 16px;
height: 16px;
line-height: 16px;
font-weight: 700;
color: #232323;
}
} }
</style> </style>
...@@ -423,6 +423,7 @@ export default { ...@@ -423,6 +423,7 @@ export default {
tables.forEach(item=>{ tables.forEach(item=>{
item.id = item.actualId item.id = item.actualId
item.month = this.expenseDate item.month = this.expenseDate
item.monthCostRate = item.monthCostRate==''?'':parseInt(item.monthCostRate.replace('%',''))
}) })
saveBatch(JSON.stringify(tables)).then(res=>{ saveBatch(JSON.stringify(tables)).then(res=>{
if(res.code == 200){ if(res.code == 200){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment