Commit ccb2f10e authored by 康振飞's avatar 康振飞

工艺规程web

parent c600ce61
......@@ -6,6 +6,10 @@
.con {
padding: 5px 5px 0px 10px;
}
.con_bord{
margin: 15px 32px;
box-shadow: #c7c7c7 1px 2px 7px 3px;
}
background: rgba(245,246,250,1);
}
.fullWindow {
......@@ -37,7 +41,7 @@
<Icon type="ios-arrow-forward" size="24" />
</a>
</div>
<Content class="con">
<Content class="con" :class="!showMenu?'con_bord':''">
<DataGrid :columns="columns" ref="grid" :action="action" class="card_box">
<template slot="easySearch">
<Form ref="formInline" :model="easySearch" inline>
......
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