Commit 015ce32b by 无尘

fix: 修改指标

parent fb05d2f9
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 15:24:12
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 17:30:49
* @LastEditTime: 2020-11-24 17:55:36
-->
<!--
门店绑定-选择分组
......@@ -14,6 +14,7 @@
<template>
<div class="bind-store-body">
<div class="font-12 color-909399">最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。</div>
<div class="store-body-wrap">
<div class="select-search m-t-10">
<el-input placeholder="请输入分组名称" clearable v-model="searchSelect" @keyup.native="value => toInput(value, searchSelect)" @clear="clearSearch"> <i slot="prefix" class="el-input__icon el-icon-search"></i> </el-input>
</div>
......@@ -25,6 +26,7 @@
</el-tree>
</div>
</div>
</div>
</template>
<script>
import { _debounce } from '@/common/js/public';
......@@ -208,10 +210,12 @@ export default {
</script>
<style lang="less" scoped>
.bind-store-body {
margin: 0 ;
.store-body-wrap {
width: 331px;
padding: 10px;
margin: 20px 0 0 0 ;
border: 1px solid #e4e7ed;
}
.w-215 {
width: 215px;
}
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-11-24 17:30:14
* @LastEditTime: 2020-11-24 17:56:08
-->
<!--
<gic-select-group-mult
......
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