Commit 87cd0148 authored by kangzhenfei's avatar kangzhenfei

工艺提醒

parent 6e14dc3d
......@@ -18,7 +18,7 @@
</Header>
<Layout class="bottom_box">
<!-- <nuxt-child keep-alive></nuxt-child> -->
<component :is="detail" :eid="id" :uid="uId" :isoutpdf="false" style="padding:10px 30px;" />
<component :is="detail" :eid="id" :uid="uId" :isoutpdf="false"/>
</Layout>
</Layout>
</div>
......
......@@ -100,12 +100,11 @@
.bottom_box{
height: calc(100vh - 145px);
overflow-y: auto;
padding: 10px 20px 0px;
padding: 15px 40px 0px;
}
.pross_case{
padding: 5px 50px 0;
height: calc(100vh - 105px);
// .table_box{
.card_box {
background: #F5F6FA;
border: 1px solid #dedede7d;
......@@ -121,7 +120,10 @@
.card_box:hover {
box-shadow: 4px 5px 7px #d2d2d2bd;
}
// }
}
.pros_check{
height: calc(100vh - 175px);
padding: 0;
}
}
......
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