perf: 优化页面样式

This commit is contained in:
xiaoxian521
2023-02-11 16:14:58 +08:00
parent c7f1ae9fb7
commit 7892c9c600
45 changed files with 333 additions and 271 deletions

View File

@@ -8,7 +8,7 @@ const { columns } = useColumns();
</script>
<template>
<el-card>
<el-card shadow="never">
<template #header>
<div class="card-header">
<span class="font-medium">失败页</span>

View File

@@ -22,7 +22,7 @@ const columns = [
</script>
<template>
<el-card>
<el-card shadow="never">
<template #header>
<div class="card-header">
<span class="font-medium">成功页</span>