更新交接班页面样式问题

This commit is contained in:
许允枞 2024-09-14 15:44:13 +08:00
parent e194526002
commit 31891b1b73

View File

@ -39,8 +39,11 @@
</el-form>
</div>
<el-card style="margin-top: 20px; height: 70vh;overflow: auto" class="box-card">
<div class="title_">门店交接单</div>
<el-card style="margin-top: 20px; padding-top: 0px; height: 70vh;overflow: auto" class="box-card">
<div class="title_" style="position: sticky; top: 0;height: 50px; padding-top: 20px; background-color: white; z-index: 1;">
门店交接单
<span style="position: absolute; right: 10px; cursor: pointer; color: blue;font-weight: 400;" >打印预览</span>
</div>
<div class="d-s-b">
<div>油站名称</div>
<div>{{ baseInfo.storeName }}</div>
@ -785,8 +788,8 @@ export default {
.f-size {
width: 33%;
text-align: center;
font-weight: 600;
font-size: 16px;
//font-weight: 600;
//font-size: 16px;
color: #333333;
}