fix links tab, boost description font size
This commit is contained in:
parent
311e9d255d
commit
cae19d8a9a
4 changed files with 11 additions and 2 deletions
|
|
@ -9,6 +9,10 @@ export default {
|
|||
},
|
||||
props: {
|
||||
...Setting.props,
|
||||
overrideOptions: {
|
||||
type: Boolean,
|
||||
required: false
|
||||
},
|
||||
options: {
|
||||
type: Array,
|
||||
required: false
|
||||
|
|
@ -22,6 +26,9 @@ export default {
|
|||
computed: {
|
||||
...Setting.computed,
|
||||
realOptions () {
|
||||
if (this.overrideOptions) {
|
||||
return this.options
|
||||
}
|
||||
if (this.realSource === 'admin') {
|
||||
if (
|
||||
!this.backendDescriptionSuggestions?.length ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue