我正在尝试使用由kendo ui上传提供的拖放功能。
在上图中,我正在尝试在按钮和放置文件之间留出空间来上传文字。
我尝试使用填充和边距如下。
div.k-dropzone em {
visibility: visible;
color:black;
font-size:12px;
margin-top:100px;
padding-top:20%;
}
但似乎没有任何效果。 (保证金左边有效,但保证金最终无效)
任何人都知道我们是否可以这样做,或者是不可能的。
答案 0 :(得分:0)
I have updated your jsfiddle please check this link:-
https://jsfiddle.net/zbmbLL3o/1/
css for showing gap between button the text:-
.k-upload-button{
padding-bottom:20px;
}