Commit 60d6e50b by liuchenxi

update: ui调整

parent 6a5bddc4
......@@ -47,14 +47,14 @@ export default {
display: inline-block;
width: 160px;
position: relative;
// &::before {
// content: '\e778';
// position: absolute;
// font-family: element-icons !important;
// color: #909399;
// right: 11px;
// top: 9px;
// z-index: 2;
// }
&::before {
content: '\e778';
position: absolute;
font-family: element-icons !important;
color: #909399;
right: 11px;
top: 10px;
z-index: 2;
}
}
</style>
......@@ -261,5 +261,6 @@ h2 {
display: flex;
justify-content: flex-end;
align-items: center;
background: #fff;
}
</style>
......@@ -7,7 +7,7 @@
<span class="fz12 gray">* 此处时间跨度不超过7天</span>
<el-button type="primary" class="fr" icon="iconfont icon-icon_yunxiazai fz14 mr5" @click="downloadTrafficCostListExcel">导出记录</el-button>
</div>
<div v-else class="pb20" style="overflow:hidden;line-height:40px;">
<div v-else class="pb20" style="overflow:hidden;">
<div class="flex_between">
<div>
<el-date-picker :disabled="loading" :clearable="false" :pickerOptions="pickerOptions" v-model="dateTime" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" @change="onSearch"></el-date-picker>
......
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