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