fix(client): tweak style
This commit is contained in:
parent
b65353bc3c
commit
e42e9530cb
4 changed files with 34 additions and 29 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</FormSection>
|
||||
|
||||
<FormSection>
|
||||
<div class="_inputSplit">
|
||||
<div class="_inputSplit _formBlock">
|
||||
<MkKeyValue class="_formBlock">
|
||||
<template #key>{{ $ts.administrator }}</template>
|
||||
<template #value>{{ $instance.maintainerName }}</template>
|
||||
|
|
@ -34,10 +34,9 @@
|
|||
<template #value>{{ $instance.maintainerEmail }}</template>
|
||||
</MkKeyValue>
|
||||
</div>
|
||||
<FormLink v-if="$instance.tosUrl" :to="$instance.tosUrl" class="_formBlock" external>{{ $ts.tos }}</FormLink>
|
||||
</FormSection>
|
||||
|
||||
<FormLink v-if="$instance.tosUrl" :to="$instance.tosUrl" external>{{ $ts.tos }}</FormLink>
|
||||
|
||||
<FormSuspense :p="initStats">
|
||||
<FormSection>
|
||||
<template #label>{{ $ts.statistics }}</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue