feat: ui scaling, update all
This commit is contained in:
@ -74,6 +74,8 @@ const deleteProfile = async () => {
|
||||
<div v-if="!isEditing">{{ p!.name }}</div>
|
||||
<div v-else>
|
||||
<InputText
|
||||
unstyled
|
||||
class="text-center"
|
||||
:model-value="p!.name"
|
||||
@vue:mounted="$event?.el?.focus()"
|
||||
@keyup="renameProfile"
|
||||
@ -127,3 +129,11 @@ const deleteProfile = async () => {
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="css">
|
||||
.p-tablist-tab-list {
|
||||
border: none !important;
|
||||
border-color: transparent !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user