Commit 330d0299 authored by moonby's avatar moonby

240730

parent c99940fd
......@@ -40,11 +40,11 @@
<el-col :span="3">
<div class="div-button">
<el-row :gutter="10">
<el-col :span="12">
<el-col :span="18">
<el-button class="el-button-button" type="primary" :span="6" @click="SearchData" >
搜索</el-button>
</el-col>
<el-col :span="12">
<el-col :span="6">
<el-button class="el-button-button" type="primary" :span="6" @click="ExportDataFile" >
导出</el-button>
</el-col>
......@@ -159,8 +159,8 @@
.el-button-button {
margin-top: 5px;
margin-right: 5px;
margin-left: 60px;
// margin-right: 5px;
// margin-left: 60px;
width: 80px;
}
......
......@@ -40,11 +40,11 @@
<el-col :span="3">
<div class="div-button">
<el-row :gutter="10">
<el-col :span="12">
<el-col :span="18">
<el-button class="el-button-button" type="primary" :span="6" @click="SearchData" >
搜索</el-button>
</el-col>
<el-col :span="12">
<el-col :span="6">
<el-button class="el-button-button" type="primary" :span="6" @click="ExportDataFile" >
导出</el-button>
</el-col>
......@@ -159,8 +159,8 @@
.el-button-button {
margin-top: 5px;
margin-right: 5px;
margin-left: 60px;
// margin-right: 5px;
// margin-left: 60px;
width: 80px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment