|
@@ -3,8 +3,8 @@
|
|
|
<borderTemplate borderBox="width: 17.083vw;height: 12.500vw;" title="营销费用统计" detailTitle="查看详情" @dialog="$emit('dialog')" systemappid="290" push_path="/salerpriceData">
|
|
|
<template slot="content">
|
|
|
<div>
|
|
|
- <div style="display: flex;justify-content: right;">
|
|
|
- <el-button type="text" class="inline-16" @click="onChange(true)">{{$t(`切换`)}}{{$t(btnTitle)}}</el-button>
|
|
|
+ <div style="display: flex;justify-content: space-between;">
|
|
|
+ <el-button type="text" class="inline-16 btn-title-style" @click="onChange(true)" >{{$t(`切换`)}}{{$t(btnTitle)}}</el-button>
|
|
|
<el-select v-model="param.content.dateType" class="inline-16" size="small" @change="onChange(false)" :popper-append-to-body="false" >
|
|
|
<el-option :label="$t('全部')" value="全部"></el-option>
|
|
|
<el-option :label="$t('本年')" value="本年"></el-option>
|
|
@@ -261,5 +261,9 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
-
|
|
|
+.btn-title-style{
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 0.729vw;
|
|
|
+ color: #6CD2A1;
|
|
|
+}
|
|
|
</style>
|