|
@@ -77,9 +77,9 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="2">
|
|
|
+ <el-col :span="6">
|
|
|
<div class="search-btns">
|
|
|
- <el-button type="success" @click="clickBtn">搜索</el-button>
|
|
|
+ <el-button type="success" class="btn-style" @click="clickBtn">搜索</el-button>
|
|
|
<el-button @click="clearSearch">清空</el-button>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -570,7 +570,10 @@ export default {
|
|
|
.search-btns {
|
|
|
margin-left: 50px;
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+
|
|
|
+ .btn-style {
|
|
|
+ margin-right: 15px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.tips {
|
|
@@ -583,7 +586,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.table {
|
|
|
- height: calc(100vh - 300px);
|
|
|
+ min-height: 1000px;
|
|
|
+ max-height: 1500px;
|
|
|
}
|
|
|
.teskDetailsty {
|
|
|
width: 100%;
|