2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

feat: 全局去除圆角

This commit is contained in:
耗子
2025-02-09 22:13:23 +08:00
parent 8c8a957df1
commit 459b71e8cb
20 changed files with 38 additions and 40 deletions

View File

@@ -68,12 +68,12 @@ onMounted(() => {
<n-tabs v-model:value="currentTab" type="line" animated>
<n-tab-pane name="status" tab="状态">
<n-space vertical>
<n-card title="访问信息" rounded-10>
<n-card title="访问信息">
<n-alert type="info">
访问地址: <a :href="url" target="_blank">{{ url }}</a>
</n-alert>
</n-card>
<n-card title="修改端口" rounded-10>
<n-card title="修改端口">
<n-input-number v-model:value="newPort" :min="1" :max="65535" />
修改 phpMyAdmin 访问端口
</n-card>