Browse Source

update: some buttons are resized

master
ZAN 2 years ago
parent
commit
437e0f6c9b
  1. 4
      src/components/abnormal/403.vue
  2. 2
      src/components/abnormal/404.vue
  3. 4
      src/components/abnormal/build.vue
  4. 2
      src/components/abnormal/networkError.vue
  5. 8
      src/components/dashboard/workbench.vue

4
src/components/abnormal/403.vue

@ -6,8 +6,8 @@
</template>
<template #extra>
<h2 class="abnormal-tip">很抱歉您暂无权限访问</h2>
<el-button plain @click="router.go(-1)"
>返回</el-button
<el-button size="default" type="primary" plain @click="router.go(-1)"
> </el-button
>
</template>
</el-result>

2
src/components/abnormal/404.vue

@ -6,7 +6,7 @@
</template>
<template #extra>
<h2 class="abnormal-tip">很抱歉您所访问的页面不存在</h2>
<el-button plain @click="router.go(-1)"
<el-button size="default" type="primary" plain @click="router.go(-1)"
>返回</el-button
>
</template>

4
src/components/abnormal/build.vue

@ -6,8 +6,8 @@
</template>
<template #extra>
<h2 class="abnormal-tip">工作人员正在建设中</h2>
<el-button plain @click="router.go(-1)"
>返回</el-button
<el-button size="default" type="primary" plain @click="router.go(-1)"
> </el-button
>
</template>
</el-result>

2
src/components/abnormal/networkError.vue

@ -6,7 +6,7 @@
</template>
<template #extra>
<h2 class="abnormal-tip">网络不可用请检查你的网络设置</h2>
<el-button plain @click="router.go(-1)">返回</el-button>
<el-button size="default" type="primary" plain @click="router.go(-1)"> </el-button>
</template>
</el-result>
</div>

8
src/components/dashboard/workbench.vue

@ -84,10 +84,10 @@
<el-table-column prop="taskDetail" label="任务详情" />
<el-table-column label="操作" fixed="right" width="110">
<template #default>
<el-space spacer="|">
<el-link type="primary" :underline="false">详情</el-link>
<el-link type="primary" :underline="false">处理</el-link>
</el-space>
<el-button type="primary" text>详情</el-button>
<br>
<el-button type="warning" text>处理</el-button>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save