|
@@ -2084,6 +2084,7 @@ function fastEdit(e, url, title, col, index, type)
|
|
|
form.addClass('layui-card-body');
|
|
|
} else {
|
|
|
var form = $(t).find('form').eq(0);
|
|
|
+ $('.layui-layer-content').css('overflow-x', 'hidden');
|
|
|
$('#update_button').hide();
|
|
|
}
|
|
|
form.addClass('fast');
|
|
@@ -2114,8 +2115,7 @@ function fastEdit(e, url, title, col, index, type)
|
|
|
} else {
|
|
|
showAlert(html, func, title, type);
|
|
|
}
|
|
|
-
|
|
|
- $('.layui-layer-content').css('overflow-x', 'hidden');
|
|
|
+
|
|
|
layui.use(['formSelects'], function(){
|
|
|
$("select").each(function()
|
|
|
{
|