💄 改进细节样式

This commit is contained in:
Wisp X
2019-05-08 09:12:57 +08:00
parent 2a93c3cfee
commit 9bf59e339b
4 changed files with 4 additions and 8 deletions
+3 -1
View File
@@ -46,12 +46,12 @@
</div>
{/block}
{block name="js"}
<script src="/static/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="/static/clipboard.js/2.0.1/clipboard.min.js"></script>
<script src="/static/bootstrap-fileinput/5.0.1/js/plugins/piexif.min.js"></script>
<script src="/static/bootstrap-fileinput/5.0.1/js/plugins/sortable.min.js"></script>
<script src="/static/bootstrap-fileinput/5.0.1/js/plugins/purify.min.js"></script>
<script src="/static/bootstrap-fileinput/5.0.1/js/fileinput.min.js"></script>
<script src="/static/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="/static/bootstrap-fileinput/5.0.1/themes/fas/theme.min.js"></script>
<script src="/static/bootstrap-fileinput/5.0.1/js/locales/zh.js"></script>
<script>
@@ -82,6 +82,8 @@
uploadUrl: "{:url('upload/upload')}",
language: "zh",
theme: "fas",
previewFileType: "image",
autoOrientImage: true,
uploadAsync: true,
overwriteInitial: false,
//browseClass: "btn btn-file",
-3
View File
@@ -324,7 +324,6 @@ main .mdui-table th {
font-size: 1rem;
}
.file-input .file-preview {
border-radius: 0;
border: none;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}
@@ -349,7 +348,6 @@ main .mdui-table th {
.file-input .file-caption-main .form-control {
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
border: none;
border-radius: 0;
height: 40px;
padding: 8px 18px;
}
@@ -369,7 +367,6 @@ main .mdui-table th {
.file-input .file-caption-main .btn-file {
border-color: #2383eb;
background-color: #2383eb;
border-radius: 0;
}
.file-input .file-caption-main .input-group-append {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
File diff suppressed because one or more lines are too long
-3
View File
@@ -365,7 +365,6 @@ main {
@form-control-padding: 8px 18px;
.file-preview {
border-radius: 0;
border: none;
box-shadow: @box-shadow;
@@ -400,7 +399,6 @@ main {
.form-control {
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
border: none;
border-radius: 0;
height: 40px;
padding: @form-control-padding;
@@ -425,7 +423,6 @@ main {
.btn-file {
border-color: #2383eb;
background-color: #2383eb;
border-radius: 0;
}
.input-group-append {