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