|
@@ -16,7 +16,7 @@
|
16
|
16
|
<input-range v-model="perFollowCost" label="企微成本" />
|
17
|
17
|
<input-range v-model="totalRoi" label="回本率" />
|
18
|
18
|
<el-button size="mini" type="primary" plain @click="init(1)">确定</el-button>
|
19
|
|
- <div class="reset" @click="handleReset">重置</div>
|
|
19
|
+ <el-button size="mini" plain @click="handleReset">重置</el-button>
|
20
|
20
|
</div>
|
21
|
21
|
<!-- S 新增区间筛选项 -->
|
22
|
22
|
|
|
@@ -184,22 +184,6 @@ export default {
|
184
|
184
|
position: relative;
|
185
|
185
|
background: #fff;
|
186
|
186
|
padding: 5px 20px;
|
187
|
|
- .reset {
|
188
|
|
- width: 80px;
|
189
|
|
- height: 30px;
|
190
|
|
- background: #00b38a;
|
191
|
|
- border-radius: 100px 3px 3px 3px;
|
192
|
|
- border: 1px solid #d2d2d2;
|
193
|
|
- color: #ffffff;
|
194
|
|
- font-size: 14px;
|
195
|
|
- line-height: 30px;
|
196
|
|
- text-align: center;
|
197
|
|
- position: absolute;
|
198
|
|
- bottom: 0;
|
199
|
|
- right: 0;
|
200
|
|
- letter-spacing: 2px;
|
201
|
|
- cursor: pointer;
|
202
|
|
- }
|
203
|
187
|
}
|
204
|
188
|
.ml-10 {
|
205
|
189
|
margin-left: 10px;
|