界面优化
1.日志的中文字体改为微软雅黑 2.帮助文档按钮外边距调整到和日志窗左边距一致 3.扩大默认窗口大小,使得PyPI可以初始展示到一行 4.表单label改为垂直居中 5.设置tab页的“新”标签设置垂直居中,并且不能影响菜单栏的高度
This commit is contained in:
parent
0661b6bbc3
commit
9295d9f2cf
8 changed files with 99 additions and 36 deletions
|
@ -1,5 +1,6 @@
|
|||
<script setup>
|
||||
import { SyncCircle } from '@vicons/ionicons5'
|
||||
import { form_item_label_style } from '@/styles/styles.js'
|
||||
|
||||
const notification = useNotification()
|
||||
|
||||
|
@ -57,7 +58,7 @@ async function check_update() {
|
|||
<template>
|
||||
<n-flex vertical style="gap: 16px; height: 100%; padding: 16px; box-sizing: border-box">
|
||||
<n-form label-placement="left" :show-feedback="false" label-width="auto" label-align="left">
|
||||
<n-form-item label="版本">
|
||||
<n-form-item label="版本" :label-style="form_item_label_style">
|
||||
<n-space align="center">
|
||||
{{ version }}
|
||||
<n-button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue