fix
This commit is contained in:
parent
d66dd17f7b
commit
1c4f19e56f
4 changed files with 0 additions and 5 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
:user-id="user.id"
|
:user-id="user.id"
|
||||||
:editable="true"
|
:editable="true"
|
||||||
:switcher="false"
|
:switcher="false"
|
||||||
rounded="top"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
|
|
|
||||||
|
|
@ -430,9 +430,7 @@ export default {
|
||||||
addField () {
|
addField () {
|
||||||
if (this.newFields.length < this.maxFields) {
|
if (this.newFields.length < this.maxFields) {
|
||||||
this.newFields.push({ name: '', value: '' })
|
this.newFields.push({ name: '', value: '' })
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
return false
|
|
||||||
},
|
},
|
||||||
deleteField (index) {
|
deleteField (index) {
|
||||||
this.newFields.splice(index, 1)
|
this.newFields.splice(index, 1)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
border-top-left-radius: calc(var(--roundness) - 1px);
|
border-top-left-radius: calc(var(--roundness) - 1px);
|
||||||
border-top-right-radius: calc(var(--roundness) - 1px);
|
border-top-right-radius: calc(var(--roundness) - 1px);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
--__panel-backdrop-filter: var(--backdrop-filter);
|
--__panel-backdrop-filter: var(--backdrop-filter);
|
||||||
--_shadow: var(--shadow);
|
--_shadow: var(--shadow);
|
||||||
|
|
||||||
|
|
||||||
.tab-switcher .tabs {
|
.tab-switcher .tabs {
|
||||||
background: var(--__panel-background);
|
background: var(--__panel-background);
|
||||||
backdrop-filter: var(--__panel-backdrop-filter);
|
backdrop-filter: var(--__panel-backdrop-filter);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue