Commit 87cd0148 authored by kangzhenfei's avatar kangzhenfei

工艺提醒

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