Commit 9c8f7561 authored by zhengke's avatar zhengke

修改样式

parent 3dac111e
...@@ -318,6 +318,9 @@ ...@@ -318,6 +318,9 @@
position: relative; position: relative;
top:-5px; top:-5px;
} }
.mainLeftdiv .leftTop .el-tabs__nav-scroll{
padding-left:20px;
}
</style> </style>
<template> <template>
<div class='flexOne guidPerformance'> <div class='flexOne guidPerformance'>
...@@ -348,11 +351,11 @@ ...@@ -348,11 +351,11 @@
</span> </span>
<span v-else> <span v-else>
<em>{{$t('ground.shijian')}}</em> <em>{{$t('ground.shijian')}}</em>
<el-select v-model="msg.Year" > <el-select v-model="msg.Year">
<el-option :key="-1" :label="$t('advmanager.v_all')" :value="-1"></el-option> <el-option :key="-1" :label="$t('advmanager.v_all')" :value="-1"></el-option>
<el-option v-for="item in yearList" :key="item" :label="item" :value="item"></el-option> <el-option v-for="item in yearList" :key="item" :label="item" :value="item"></el-option>
</el-select> </el-select>
<el-select v-model="msg.Month"> <el-select v-model="msg.Month" class="w90">
<el-option :key="-1" :label="$t('advmanager.v_all')" :value="-1"></el-option> <el-option :key="-1" :label="$t('advmanager.v_all')" :value="-1"></el-option>
<el-option v-for="item in monthList" :key="item" :label="item" :value="item"></el-option> <el-option v-for="item in monthList" :key="item" :label="item" :value="item"></el-option>
</el-select> </el-select>
......
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