Commit 1aa46516 by LJM

css

parent 5dc7d324
......@@ -90,7 +90,7 @@
li {
position: relative;
width: 15%;
width: 24%;
height: 94px;
.iconfont {
......
......@@ -75,7 +75,7 @@
}
.home-index .survey-show li {
position: relative;
width: 15%;
width: 24%;
height: 94px;
}
.home-index .survey-show li .iconfont {
......
......@@ -60,13 +60,13 @@
</li>
</ul>
<ul class="survey-show row avarage boxsiz">
<li class="boxsiz">
<!-- <li class="boxsiz">
<a class="wrap boxsiz" href="/#/enter">
<i class="iconfont iconjinzhi"></i>
<p class="t1">未通过SKU</p>
</a>
<span class="color1 rowCenter verCenter">{{ data.reject_sku_count }}</span>
</li>
</li>-->
<li class="boxsiz">
<a class="wrap boxsiz" href="/#/list">
<i class="iconfont iconclose"></i>
......@@ -95,12 +95,12 @@
</a>
<span class="color5">{{ data.weekly_quote_deal_count }}</span>
</li>
<li class="boxsiz">
<!-- <li class="boxsiz">
<a class="wrap boxsiz">
<i class="iconfont iconjinzhi3 "></i>
<p class="t2">未完待续</p>
</a>
</li>
</li>-->
</ul>
<div class="rate-box boxsiz">
<div class="rate-tab row bothSide verCenter">
......
......@@ -10,7 +10,7 @@
</el-select>
</el-form-item>
<el-form-item label="创建时间" prop="create_time">
<el-date-picker v-model="formParam.create_time" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" placeholder="选择日期"></el-date-picker>
<el-date-picker v-model="formParam.date" value-format="yyyy-MM-dd" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"></el-date-picker>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="onSubmit">搜索</el-button>
......@@ -77,7 +77,7 @@ export default {
msgDetail: {},
formParam: {
msg_type: '',
create_time: ''
date: ''
}
};
},
......
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 sign in to comment