Browse Source

业务数据大屏样式调整

qymljy 9 months ago
parent
commit
d182ea4ce1

+ 2 - 2
src/HManagement/serviceDataScreen/index.vue

@@ -514,7 +514,7 @@ export default {
 .select-style{
   width: 30%;
   padding-top: 0.625vw;
-  margin-left: 0.5vw;
+  margin-left: 1.042vw;
 }
 .title-style {
   width: 30%;
@@ -537,7 +537,7 @@ export default {
   font-style: normal;
   text-transform: none;
   padding-top: 0.538vw;
-  padding-right: 0.5vw;
+  padding-right: 1.042vw;
 }
 .time-style .span {
   margin-right: 1.042vw;

+ 7 - 3
src/HManagement/serviceDataScreen/modules/marketingExpenseStatistics.vue

@@ -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>