From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 28 二月 2025 11:06:36 +0800 Subject: [PATCH] 修改客户需求 --- HTML/views/SOSetting/ExportNotice.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HTML/views/SOSetting/ExportNotice.html b/HTML/views/SOSetting/ExportNotice.html index e4a727b..8bf72a2 100644 --- a/HTML/views/SOSetting/ExportNotice.html +++ b/HTML/views/SOSetting/ExportNotice.html @@ -185,7 +185,7 @@ <div class="layui-inline DivLoadingArea" style="margin-top: 10px;"> <label class="layui-form-label">瀵嗙爜</label> <div class="layui-input-inline" style="width: 220px;"> - <input type="text" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off" + <input type="password" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off" class="layui-input"> </div> </div> -- Gitblit v1.8.0