|
@@ -3,7 +3,7 @@
|
|
|
<template>
|
|
|
|
|
|
<div>
|
|
|
- <div style="display: flex;width: 100%;margin-top: 30px">
|
|
|
+ <div style="display: flex;width: 100%;margin-top: 14px">
|
|
|
<div style="margin-left: 5%;width: 30%">
|
|
|
<el-button style="margin-right: 2%">项目作业表</el-button>
|
|
|
<el-button style="margin-right: 2%">采集二维码</el-button>
|
|
@@ -17,7 +17,7 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div style="margin-top: -2%;">
|
|
|
<Export_work></Export_work>
|
|
|
</div>
|
|
|
|