mirror of https://github.com/halo-dev/halo-admin
fix: style at the time of attachment selection.
parent
d217ee6900
commit
dee738f9b3
|
@ -6677,9 +6677,9 @@
|
||||||
"integrity": "sha512-sHv8b/GdiCxo6R+0poXULtHu/T8VH1zmIN/mrI+4Dg/ECFnhr/23YnxlphKFU8WFwz09ix48MRw8Stdjnju/BQ=="
|
"integrity": "sha512-sHv8b/GdiCxo6R+0poXULtHu/T8VH1zmIN/mrI+4Dg/ECFnhr/23YnxlphKFU8WFwz09ix48MRw8Stdjnju/BQ=="
|
||||||
},
|
},
|
||||||
"filepond-plugin-image-preview": {
|
"filepond-plugin-image-preview": {
|
||||||
"version": "4.5.0",
|
"version": "4.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/filepond-plugin-image-preview/-/filepond-plugin-image-preview-4.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/filepond-plugin-image-preview/-/filepond-plugin-image-preview-4.6.0.tgz",
|
||||||
"integrity": "sha512-17SM6r0FozvoqbZMCWKrkyN87oDLh/xH1fp22DFFx3+phSM+dxLQXPMc8KP3j5u0yRoSzm3oZRGW8rQr3oA1Jw=="
|
"integrity": "sha512-N3VhmK8y7Dwqk4HymUnbdi/vJ6kuahSiKsLe8S52HixH28IEicmeb2SqdFgejXZ1ynTusCcx4rmIWLMb5xk+WQ=="
|
||||||
},
|
},
|
||||||
"filesize": {
|
"filesize": {
|
||||||
"version": "3.6.1",
|
"version": "3.6.1",
|
||||||
|
@ -14526,9 +14526,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vue-filepond": {
|
"vue-filepond": {
|
||||||
"version": "5.1.3",
|
"version": "6.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/vue-filepond/-/vue-filepond-5.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/vue-filepond/-/vue-filepond-6.0.0.tgz",
|
||||||
"integrity": "sha512-XUq92twmXwUzKQZw43dMQyRrOZSqvipzSGMY1Km+UNZwQcV5fqvzymtc3JpsLbAdYMkxK1xtmyulJ4Xs7BnrzA=="
|
"integrity": "sha512-jEg9cqVFHXntFaM5fmQP3GDAOsKRGYuMCNeN++1LtiNlnpQqTStFxOHM/8/jCMJApCKqS2jVvFXJIPNVm3s/vA=="
|
||||||
},
|
},
|
||||||
"vue-github-badge": {
|
"vue-github-badge": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
|
@ -14611,6 +14611,12 @@
|
||||||
"integrity": "sha512-We9ZLSYPQx9y3v5+HNWyjkGFaxZMlWPTqYBU08y4YT46f453BQ4JxIoS8rV0a8PIxnKap7m/YIzrdIfoHxrpaA==",
|
"integrity": "sha512-We9ZLSYPQx9y3v5+HNWyjkGFaxZMlWPTqYBU08y4YT46f453BQ4JxIoS8rV0a8PIxnKap7m/YIzrdIfoHxrpaA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"vue-svg-component-runtime": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/vue-svg-component-runtime/-/vue-svg-component-runtime-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-TkmZ1qwFeFJSRH6b6KVqDU2f8DCSdoNoo/veKqog7FsyF0UETTI66ALKX1rrLXy/KT6LSaJB5IfZkuuSfaQsEA==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"vue-svg-icon-loader": {
|
"vue-svg-icon-loader": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/vue-svg-icon-loader/-/vue-svg-icon-loader-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/vue-svg-icon-loader/-/vue-svg-icon-loader-2.1.1.tgz",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"enquire.js": "^2.1.6",
|
"enquire.js": "^2.1.6",
|
||||||
"filepond": "^4.9.2",
|
"filepond": "^4.9.2",
|
||||||
"filepond-plugin-image-preview": "^4.5.0",
|
"filepond-plugin-image-preview": "^4.6.0",
|
||||||
"halo-editor": "^2.8.2",
|
"halo-editor": "^2.8.2",
|
||||||
"marked": "^0.8.0",
|
"marked": "^0.8.0",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"vue-codemirror-lite": "^1.0.4",
|
"vue-codemirror-lite": "^1.0.4",
|
||||||
"vue-count-to": "^1.0.13",
|
"vue-count-to": "^1.0.13",
|
||||||
"vue-dplayer": "0.0.10",
|
"vue-dplayer": "0.0.10",
|
||||||
"vue-filepond": "^5.1.3",
|
"vue-filepond": "^6.0.0",
|
||||||
"vue-ls": "^3.2.1",
|
"vue-ls": "^3.2.1",
|
||||||
"vue-router": "^3.1.3",
|
"vue-router": "^3.1.3",
|
||||||
"vuejs-logger": "^1.5.3",
|
"vuejs-logger": "^1.5.3",
|
||||||
|
@ -47,6 +47,7 @@
|
||||||
"generate-asset-webpack-plugin": "^0.3.0",
|
"generate-asset-webpack-plugin": "^0.3.0",
|
||||||
"less": "^3.10.0",
|
"less": "^3.10.0",
|
||||||
"less-loader": "^5.0.0",
|
"less-loader": "^5.0.0",
|
||||||
|
"vue-svg-component-runtime": "^1.0.1",
|
||||||
"vue-svg-icon-loader": "^2.1.1",
|
"vue-svg-icon-loader": "^2.1.1",
|
||||||
"vue-template-compiler": "^2.6.11"
|
"vue-template-compiler": "^2.6.11"
|
||||||
},
|
},
|
||||||
|
|
|
@ -340,11 +340,12 @@ body {
|
||||||
|
|
||||||
.content-box {
|
.content-box {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow:ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space:nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -899,6 +900,10 @@ body {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
|
.ant-checkbox {
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.journal-list-content,
|
.journal-list-content,
|
||||||
|
|
Loading…
Reference in New Issue