Commit 147635c6 authored by youjie's avatar youjie

no message

parent 5ff00292
......@@ -13,7 +13,7 @@
@change="GetRankingList">
<el-option v-for="(x,i) in rankTypeList" :key="i" :label="x.name" :value="x.id"></el-option>
</el-select>
<div v-if="diyDateRange==''">
<div class="time-box" v-if="diyDateRange==''">
<el-button plain size="mini" class="hide_input_time" style="margin:0 25px;">自定义日期
<el-date-picker
v-model="diyDateRange"
......@@ -632,6 +632,9 @@ export default {
</script>
<style>
.time-box{
overflow: hidden;
}
.home {
width: 100%;
margin-bottom: 25px;
......
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