chore: typo (#1607)

This commit is contained in:
morning-star 2024-01-30 18:33:28 +08:00 committed by GitHub
parent 900f8cbca8
commit cbef631853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1331,7 +1331,7 @@ layer.prompt = function(options, yes){
return layer.open($.extend({ return layer.open($.extend({
type: 1, type: 1,
btn: ['确定;','取消'], btn: ['确定','取消'],
content: content, content: content,
skin: 'layui-layer-prompt' + skin('prompt'), skin: 'layui-layer-prompt' + skin('prompt'),
maxWidth: win.width(), maxWidth: win.width(),