fixed up unitsetting
This commit is contained in:
parent
76dd3540e4
commit
625954721e
3 changed files with 41 additions and 40 deletions
|
|
@ -7,9 +7,13 @@
|
|||
:for="path"
|
||||
class="setting-label size-label"
|
||||
>
|
||||
<ModifiedIndicator
|
||||
:changed="isChanged"
|
||||
:onclick="reset"
|
||||
/>
|
||||
{{ ' ' }}
|
||||
<slot />
|
||||
</label>
|
||||
{{ ' ' }}
|
||||
<span class="no-break setting-control">
|
||||
<input
|
||||
:id="path"
|
||||
|
|
@ -38,10 +42,6 @@
|
|||
</Select>
|
||||
</span>
|
||||
{{ ' ' }}
|
||||
<ModifiedIndicator
|
||||
:changed="isChanged"
|
||||
:onclick="reset"
|
||||
/>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue