mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 00:09:16 +08:00
feat: 修改按钮颜色
This commit is contained in:
parent
f3d113f051
commit
2ac9f3f263
@ -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…
x
Reference in New Issue
Block a user