提交 7fce8cb1 编写于 作者: huangwensu's avatar huangwensu

样式调整

上级 3670ac62
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="con"> <div class="con">
<el-row :gutter="30" class="row search" type="flex" style="margin-bottom:0;"> <el-row :gutter="30" class="row search" type="flex" style="margin-bottom:0;">
<el-form ref="form" :model="searchParam" label-suffix=":" style="width:100%;"> <el-form ref="form" :model="searchParam" label-suffix=":" style="width:100%;">
<el-col :span="10"> <el-col :span="12">
<el-form-item label="时间" required> <el-form-item label="时间" required>
<el-date-picker <el-date-picker
type="date" type="date"
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6" style="padding:0;text-align:right;padding-right:15px;"> <el-col :span="4" style="padding:0;text-align:right;padding-right:15px;">
<el-button type="default" size="small" @click="reset">重置</el-button> <el-button type="default" size="small" @click="reset">重置</el-button>
<el-button type="primary" size="small" @click="getAnalysisData(searchParam)">筛选</el-button> <el-button type="primary" size="small" @click="getAnalysisData(searchParam)">筛选</el-button>
</el-col> </el-col>
...@@ -243,9 +243,9 @@ export default { ...@@ -243,9 +243,9 @@ export default {
lineLeft = '35%'; lineLeft = '35%';
lineHeight = 456; lineHeight = 456;
}else { }else {
blackH = 330; blackH = 340;
arrowTop = 50; arrowTop = 50;
arrowH = 390; arrowH = 400;
lineTop = 10; lineTop = 10;
lineLeft = '35%'; lineLeft = '35%';
lineHeight = 466; lineHeight = 466;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册