Commit a6c37c9b authored by agping's avatar agping

vip客户修改

parent f182bf34
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.user-ul { .user-ul {
width: 100%; width: 100%;
height: auto; height: auto;
padding-bottom: 15px; /*padding-bottom: 15px;*/
float: left; float: left;
position: relative; position: relative;
left: -40px; left: -40px;
...@@ -475,7 +475,18 @@ ...@@ -475,7 +475,18 @@
</ul> </ul>
</div> </div>
</div>
<div class="form-group">
<label for="inputEmail3" class="col-sm-3 control-label">VIP客户:</label>
<div class="col-sm-9">
<select class="form-control btn6" id="user_vip">
<option value="0" class="successModel">请选择</option>
<option value="1"></option>
<option value="2"></option>
</select>
<span class="fore-span">(有权限的人才能看到VIP客户)</span>
</div>
</div> </div>
</form> </form>
</div> </div>
......
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