如何在缩略图预览Dropzone Js上添加边框照片?

时间:2016-04-15 18:20:48

标签: dropzone.js

嗨我有dropzone Js上传工作,但我需要添加i边框到我点击dropzone js的Thumb预览图片。

我该怎么做?

我有这段代码:

 defaultButton.addEventListener("click", function(e) {
          // Make sure the button click doesn't submit the form:
          e.preventDefault();
          e.stopPropagation();
          // Remove the file preview.
          //_this.removeFile(file);
          $.ajax({
                type: 'POST',
                url: "{!! route('setDefaultPhoto' ) !!}" ,
                data: { id : file.serverid },
                dataType: 'JSON'
            });

        });

1 个答案:

答案 0 :(得分:0)

只需使用:

.dz-image { border: 1px solid #000 }