laiguoran %!s(int64=2) %!d(string=hai) anos
pai
achega
a35d59988c
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      app/public/js/profile.js
  2. 1 1
      app/view/dashboard/index.ejs
  3. 1 1
      app/view/profile/sign.ejs

+ 1 - 1
app/public/js/profile.js

@@ -195,7 +195,7 @@ $(document).ready(function() {
             postDataWithFile('/profile/stamp/upload', formData, function (result) {
                 let html = '';
                 for (const [index, sp] of result.stamp_path.entries()) {
-                    html += '<div class="position-absolute fixed-top stamp-show" style="left:'+ (80 + index*225) + 'px;top: 280px;width: 100px">\n' +
+                    html += '<div class="position-absolute fixed-top stamp-show" style="left:'+ (50 + index*130) + 'px;top: 280px;width: 100px">\n' +
                         '                                    <div class="position-relative">\n' +
                         '                                        <a href="javascript:void(0);" title="移除签章" class="position-absolute delete-stamp" style="right: 0;top: 0;color: red;font-size:20px;font-weight: bold;text-decoration:none;">×</a>\n' +
                         '                                        <img src="'+ fujianOssPath + sp +'" width="90">\n' +

+ 1 - 1
app/view/dashboard/index.ejs

@@ -18,7 +18,7 @@
     <div class="content-wrap my-3">
         <% if (!authMobile) { %>
             <div class="text-danger px-3 mb-3 mobile-height">
-                <strong>您的账号未认证手机。</strong> 设置认证手机后,可以用于「找回密码」及接收「短信通知」。<a class="badge badge-danger" href="/profile/sms">点击设置</a>
+                <strong>您的账号未认证手机。</strong> 设置认证手机后,可以用于 找回密码 及 接收验证码。<a class="badge badge-danger" href="/profile/sms">点击设置</a>
             </div>
         <% } %>
         <% if (maintainData.status !== maintainConst.status.notset && new Date().getTime() + (86400*1000) > parseFloat(maintainData.maintain_time)) { %>

+ 1 - 1
app/view/profile/sign.ejs

@@ -61,7 +61,7 @@
                                 <div id="show-stamp">
                                 <% if (accountData.stamp_path) { %>
                                 <% for (const [index,sp] of accountData.stamp_path.split('!;!').entries()) { %>
-                                <div class="position-absolute fixed-top stamp-show" style="left:<%- (80 + index*225) %>px;top: 280px;width: 100px">
+                                <div class="position-absolute fixed-top stamp-show" style="left:<%- (50 + index*130) %>px;top: 280px;width: 100px">
                                     <div class="position-relative">
                                         <a href="javascript:void(0);" title="移除签章" class="position-absolute delete-stamp" style="right: 0;top: 0;color: red;font-size:20px;font-weight: bold;text-decoration:none;">×</a>
                                         <img src="<%- fujianOssPath + sp %>" width="90">