Compare commits

..

No commits in common. "1a8435d6e9d9139ff1e764bc1b4136d92e055a9c" and "bcd4f7b8ebc0af31df07799821fcd24eb79be00b" have entirely different histories.

1 changed files with 4 additions and 16 deletions

View File

@ -129,7 +129,7 @@
</div>
</module-one-1-1>
<module-one-1-1 label="机械设备管理">
<div class="nav-info" style="padding:20px 20px 12px">
<div class="nav-info" style="padding:20px 20px 10px">
<span class="nav-label">设备总数:</span>
<span class="nav-num">100</span>
<span class="nav-unit"></span>
@ -147,8 +147,8 @@
</module-one-1-1>
</el-col>
<el-col :span="6">
<module-one-3-1 label="举牌验收" class="scroll">
<div class="nav-info" style="padding:20px 20px 10px">
<module-one-3-1 label="举牌验收" class="scroll" style="overflow-y: scroll;">
<div class="nav-info" style="padding:20px 20px 0px">
<span>
<span class="nav-label">首次验收:</span>
<span class="nav-num">{{acceptanceDataView.sum}}</span>
@ -479,7 +479,7 @@ export default {
margin-top: 10px;
}
.acceptance-item{
padding:13px;
padding:12px;
}
.acceptance-item .row-5{
//margin-top:10px;
@ -527,17 +527,5 @@ export default {
line-height: 36px;
text-align: right;
}
.screen-one-3-1 {
overflow-y: scroll;
&::-webkit-scrollbar {
width: 8px;
height: 8px;
}
&::-webkit-scrollbar-thumb {
background-color: rgb(1, 169, 255);
border-radius: 4px;
}
}
}
</style>