mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 11:10:34 +08:00
feat: 修改按钮颜色
This commit is contained in:
parent
f3d113f051
commit
2ac9f3f263
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue