更改Kendo UI上传控件“在此处删除文件”消息更改

时间:2016-09-01 01:29:11

标签: css kendo-ui kendo-upload

我正在尝试使用由kendo ui上传提供的拖放功能。

enter image description here

在上图中,我正在尝试在按钮放置文件之间留出空间来上传文字。

我尝试使用填充和边距如下。

div.k-dropzone em {
  visibility: visible;
  color:black;
  font-size:12px;        
  margin-top:100px;
  padding-top:20%;
}

但似乎没有任何效果。 (保证金左边有效,但保证金最终无效)

任何人都知道我们是否可以这样做,或者是不可能的。

1 个答案:

答案 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;
}
相关问题