feat: UI细节优化

This commit is contained in:
pixelmaxQM 2024-10-30 20:32:39 +08:00
parent 255f138bdb
commit e515ad3074
2 changed files with 3 additions and 3 deletions

View File

@ -199,7 +199,7 @@
:before-close="closeSyncDialog" :before-close="closeSyncDialog"
:show-close="false" :show-close="false"
> >
<warning-bar title="同步API不输入路由分组将不会被自动同步" /> <warning-bar title="同步API不输入路由分组将不会被自动同步如果api不需要参与鉴权可以按忽略按钮进行忽略。" />
<template #header> <template #header>
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<span class="text-lg">同步路由</span> <span class="text-lg">同步路由</span>

View File

@ -19,7 +19,7 @@
<el-table-column <el-table-column
align="left" align="left"
label="id" label="id"
width="60" width="120"
prop="ID" prop="ID"
/> />
<el-table-column <el-table-column
@ -54,8 +54,8 @@
> >
<template #default="scope"> <template #default="scope">
<el-button <el-button
v-if="scope.row.ID<1000"
icon="delete" icon="delete"
type="primary" type="primary"
link link
@click="deleteApiFunc(scope.row)" @click="deleteApiFunc(scope.row)"