From 4be2904f3688c07e0e9793414bda33ae1f85f565 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Wed, 28 May 2025 18:41:16 +0800
Subject: [PATCH] 提交
---
app/template/admin/admin_member.htm | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/app/template/admin/admin_member.htm b/app/template/admin/admin_member.htm
index ddd3fc8..6ef3e23 100644
--- a/app/template/admin/admin_member.htm
+++ b/app/template/admin/admin_member.htm
@@ -12,6 +12,11 @@
<script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
<script src="{yun:}$config.sy_weburl{/yun}/js/layui/custom_layer.js?v={yun:}$config.cachecode{/yun}"></script>
<title>后台管理</title>
+ <style>
+ .layui-input-block{
+ margin-left: 0;
+ }
+ </style>
</head>
<body class="body_ifm">
@@ -376,7 +381,7 @@
title :'转换身份',
closeBtn : [0 , true],
border : [10 , 0.3 , '#000', true],
- area : ['550px','300px'],
+ area : ['550px','350px'],
page : {dom :"#status_usertype"}
});
--
Gitblit v1.9.0