yzh
2022-05-16 112f58fce8225386b9703e359836b52e0f36e0dd
密码框优化
8个文件已修改
8 ■■■■ 已修改文件
web/.vs/Web/v16/.suo 补丁 | 查看 | 原始文档 | blame | 历史
web/App_Code/obj/Debug/App_Code.csproj.AssemblyReference.cache 补丁 | 查看 | 原始文档 | blame | 历史
web/Dao/obj/Debug/Dao.csproj.AssemblyReference.cache 补丁 | 查看 | 原始文档 | blame | 历史
web/Model/obj/Debug/Model.csproj.AssemblyReference.cache 补丁 | 查看 | 原始文档 | blame | 历史
web/web/GwClient.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/web/GwOp.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/web/GwOpStop.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/web/gwspupdate.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/.vs/Web/v16/.suo
Binary files differ
web/App_Code/obj/Debug/App_Code.csproj.AssemblyReference.cache
Binary files differ
web/Dao/obj/Debug/Dao.csproj.AssemblyReference.cache
Binary files differ
web/Model/obj/Debug/Model.csproj.AssemblyReference.cache
Binary files differ
web/web/GwClient.aspx
@@ -276,7 +276,7 @@
                                登录密码 <span style="color:red">*</span>
                            </label>
                            <div class="col-sm-4">
                                <input type="password" name="password" id="password" value="123456" class="form-control" />
                                <input type="text" name="password" id="password" value="123456" class="form-control" />
                            </div>
                            <div class="col-sm-6">
                                <a class="btn btn-xs btn-primary action-generate-password ">生成密码</a>
web/web/GwOp.aspx
@@ -463,7 +463,7 @@
                            <label class="col-sm-2 control-label">
                                密码</label>
                            <div class="col-sm-4  ">
                                <input type="text" class="form-control" name="password" id="password" value="" />
                                <input type="password" class="form-control" name="password" id="password" value="" />
                            </div>
                        </div>
                        <div class="form-group">
web/web/GwOpStop.aspx
@@ -463,7 +463,7 @@
                            <label class="col-sm-2 control-label">
                                密码</label>
                            <div class="col-sm-4  ">
                                <input type="text" class="form-control" name="password" id="password" value="" />
                                <input type="password" class="form-control" name="password" id="password" value="" />
                            </div>
                        </div>
                        <div class="form-group">
web/web/gwspupdate.aspx
@@ -699,7 +699,7 @@
                    密码:
                </th>
                <td colspan="3">
                    <input type="password" name="Password" id="Password" style="width: 150px;" maxlength="50"
                    <input type="text" name="Password" id="Password" style="width: 150px;" maxlength="50"
                        value="<%=GwSp.Password%>" />
                    <a href="javascript:;" class="generatorPassword" for="Password">生成密码</a>
                </td>