@@ -2077,6 +2077,9 @@ function showAlert(msg, func, title, index, t)
} else {
config.yes = config.cancel;
}
+ config.success = function() {
+ $('.layui-layer-content').css('padding', '10px');
+ }
config.end = function() {
$('.layui-layer-content').css('overflow-x', 'auto');