升级bootstrap-fileinput到最新版本5.1.3

This commit is contained in:
RuoYi
2020-12-02 15:32:38 +08:00
parent 7776b82c18
commit d14ce06afd
5 changed files with 88 additions and 119 deletions

View File

@ -1,5 +1,5 @@
/*!
* bootstrap-fileinput v5.1.2
* bootstrap-fileinput v5.1.3
* http://plugins.krajee.com/file-input
*
* Krajee default styling for bootstrap-fileinput.
@ -200,6 +200,10 @@
.file-preview-image {
font: 40px Impact, Charcoal, sans-serif;
color: #008000;
width:auto;
height:auto;
max-width:100%;
max-height:100%;
}
.krajee-default.file-preview-frame {
@ -241,19 +245,14 @@
}
.krajee-default .file-preview-text {
display: block;
color: #428bca;
border: 1px solid #ddd;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
outline: none;
padding: 8px;
resize: none;
}
.krajee-default .file-preview-html {
border: 1px solid #ddd;
padding: 8px;
overflow: auto;
}
.krajee-default .file-other-icon {
@ -316,7 +315,7 @@
}
.kv-upload-progress .progress-bar {
height: 11px;
height: 20px;
font-family: Verdana, Helvetica, sans-serif;
}
@ -434,7 +433,7 @@
}
.file-uploading {
background: url(loading-sm.gif) no-repeat center bottom 10px;
background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
opacity: 0.65;
}
@ -557,4 +556,8 @@
background-color: #d9edf7;
border-color: #17a2b8;
box-shadow: none !important;
}
.file-preview .kv-zoom-cache {
display: none;
}