mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-18 01:44:33 +02:00
Update:Library settings tab settings in 2 columns and cleanup
This commit is contained in:
parent
c47c75aefe
commit
6ca277a21d
3 changed files with 83 additions and 68 deletions
|
@ -57,7 +57,8 @@ export default {
|
|||
inputName: String,
|
||||
showCopy: Boolean,
|
||||
step: [String, Number],
|
||||
min: [String, Number]
|
||||
min: [String, Number],
|
||||
customInputClass: String
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -82,6 +83,7 @@ export default {
|
|||
_list.push(`py-${this.paddingY}`)
|
||||
if (this.noSpinner) _list.push('no-spinner')
|
||||
if (this.textCenter) _list.push('text-center')
|
||||
if (this.customInputClass) _list.push(this.customInputClass)
|
||||
return _list.join(' ')
|
||||
},
|
||||
actualType() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue