Commit 1aa46516 by LJM

css

parent 5dc7d324
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
li { li {
position: relative; position: relative;
width: 15%; width: 24%;
height: 94px; height: 94px;
.iconfont { .iconfont {
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
} }
.home-index .survey-show li { .home-index .survey-show li {
position: relative; position: relative;
width: 15%; width: 24%;
height: 94px; height: 94px;
} }
.home-index .survey-show li .iconfont { .home-index .survey-show li .iconfont {
......
...@@ -60,13 +60,13 @@ ...@@ -60,13 +60,13 @@
</li> </li>
</ul> </ul>
<ul class="survey-show row avarage boxsiz"> <ul class="survey-show row avarage boxsiz">
<li class="boxsiz"> <!-- <li class="boxsiz">
<a class="wrap boxsiz" href="/#/enter"> <a class="wrap boxsiz" href="/#/enter">
<i class="iconfont iconjinzhi"></i> <i class="iconfont iconjinzhi"></i>
<p class="t1">未通过SKU</p> <p class="t1">未通过SKU</p>
</a> </a>
<span class="color1 rowCenter verCenter">{{ data.reject_sku_count }}</span> <span class="color1 rowCenter verCenter">{{ data.reject_sku_count }}</span>
</li> </li>-->
<li class="boxsiz"> <li class="boxsiz">
<a class="wrap boxsiz" href="/#/list"> <a class="wrap boxsiz" href="/#/list">
<i class="iconfont iconclose"></i> <i class="iconfont iconclose"></i>
...@@ -95,12 +95,12 @@ ...@@ -95,12 +95,12 @@
</a> </a>
<span class="color5">{{ data.weekly_quote_deal_count }}</span> <span class="color5">{{ data.weekly_quote_deal_count }}</span>
</li> </li>
<li class="boxsiz"> <!-- <li class="boxsiz">
<a class="wrap boxsiz"> <a class="wrap boxsiz">
<i class="iconfont iconjinzhi3 "></i> <i class="iconfont iconjinzhi3 "></i>
<p class="t2">未完待续</p> <p class="t2">未完待续</p>
</a> </a>
</li> </li>-->
</ul> </ul>
<div class="rate-box boxsiz"> <div class="rate-box boxsiz">
<div class="rate-tab row bothSide verCenter"> <div class="rate-tab row bothSide verCenter">
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="创建时间" prop="create_time"> <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-form-item> <el-form-item>
<el-button type="primary" @click="onSubmit">搜索</el-button> <el-button type="primary" @click="onSubmit">搜索</el-button>
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
msgDetail: {}, msgDetail: {},
formParam: { formParam: {
msg_type: '', 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