From 9d0f477a50d319e4971d1667e8cf8a2515197f83 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 25 一月 2021 16:00:20 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/tag/tag.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/tag/tag.js b/src/main/webapp/static/js/tag/tag.js index 33e9ac7..e26504b 100644 --- a/src/main/webapp/static/js/tag/tag.js +++ b/src/main/webapp/static/js/tag/tag.js @@ -64,8 +64,9 @@ layer.open({ type: 2, title: '鏂板褰掔被', + offset: '100px', skin: 'layui-cool-class', - area: ['30%', top.detailHeight], + area: ['35%', top.detailHeight], content: 'tag_detail.html', success: function(layero, index){ layer.getChildFrame('#data-detail-submit-edit', index).hide(); -- Gitblit v1.9.1