|
@@ -11,8 +11,7 @@
|
|
|
<el-button type="primary" class="btn" @click="onclick">
|
|
|
<i class="el-icon-search"></i>查询
|
|
|
</el-button>
|
|
|
- </div>
|
|
|
- <div class="totalNumber" style="margin-left: 1040px">
|
|
|
+ <div class="totalNumber" style="margin-left:10px">
|
|
|
<span
|
|
|
style="
|
|
|
color: IndianRed;
|
|
@@ -33,7 +32,9 @@
|
|
|
<el-button type="primary" @click="refresh">
|
|
|
<i class="el-icon-refresh"></i>
|
|
|
</el-button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+
|
|
|
<!-- <span
|
|
|
class="el-input"
|
|
|
style="
|
|
@@ -120,6 +121,7 @@ export default {
|
|
|
.homeworkPath {
|
|
|
.top {
|
|
|
padding: 1.25rem 0.375rem;
|
|
|
+ display: flex;
|
|
|
.my-autocomplete {
|
|
|
width: 20%;
|
|
|
margin-right: 40rpx;
|