|
@@ -5,14 +5,14 @@
|
|
|
<div class="layui-row margin-bottom-15">
|
|
|
<label class="layui-col-xs2 think-form-label">用户名:</label>
|
|
|
<label class="layui-col-xs10">
|
|
|
- <input style="background-color: #e6e6e6" readonly value='{$user.name|default=""}' placeholder="" class="layui-input">
|
|
|
+ <input readonly value='{$user.name|default=""}' placeholder="" class="layui-input">
|
|
|
</label>
|
|
|
</div>
|
|
|
|
|
|
<div class="layui-row margin-bottom-15">
|
|
|
<label class="layui-col-xs2 think-form-label">手机号:</label>
|
|
|
<label class="layui-col-xs10">
|
|
|
- <input style="background-color: #e6e6e6" readonly value='{$user.phone|default=""}' placeholder="" class="layui-input">
|
|
|
+ <input readonly value='{$user.phone|default=""}' placeholder="" class="layui-input">
|
|
|
</label>
|
|
|
</div>
|
|
|
|