1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

feat: 修改按钮颜色

This commit is contained in:
zhengkunwang223 2022-11-28 14:02:14 +08:00 committed by zhengkunwang223
parent f3d113f051
commit 2ac9f3f263
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<el-card v-loading="loading">
<el-row :gutter="5">
<el-col :span="2">
<el-button @click="sync">{{ $t('app.sync') }}</el-button>
<el-button @click="sync" type="primary" plain="true">{{ $t('app.sync') }}</el-button>
</el-col>
<el-col :span="22">
<div style="float: right">

View File

@ -4,7 +4,7 @@
<template #toolbar>
<el-row>
<el-col :span="18">
<el-button @click="sync">{{ $t('app.sync') }}</el-button>
<el-button @click="sync" type="primary" plain="true">{{ $t('app.sync') }}</el-button>
</el-col>
<el-col :span="6">
<div style="float: right">