This commit is contained in:
chenjianan
2019-04-10 09:07:38 +08:00
parent e16287371d
commit 3a213c636a

View File

@@ -195,8 +195,6 @@
</template>
</el-table-column>
</el-table>
</el-card>
<el-card>
<sticky :z-index="12">
<h1 class="word">备料</h1>
</sticky>
@@ -237,8 +235,6 @@
</template>
</el-table-column>
</el-table>
</el-card>
<el-card>
<sticky :z-index="13">
<h1 class="word">制造</h1>
</sticky>
@@ -279,8 +275,6 @@
</template>
</el-table-column>
</el-table>
</el-card>
<el-card>
<sticky :z-index="14">
<h1 class="word">装配调试</h1>
</sticky>
@@ -551,7 +545,6 @@ export default {
.word{
border: 1px solid #ebeef5;
margin-top: 0;
margin-bottom: 20px;
line-height: 60px;
/*height: 50px;*/
background-color: white;
@@ -572,6 +565,6 @@ export default {
<style>
.bold-font .el-table{
font: bold 18px arial!important;
margin: 20px 0 10px 0;
margin: 0 0 10px 0;
}
</style>