Skip to content

Commit

Permalink
fix(优化)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Oct 6, 2024
1 parent 1852f53 commit 406391d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default function getColumns(t: any): MaProTableColumns[] {
type: 'operation',
label: () => t('crud.operation'),
operationConfigure: {
type: 'tile',
actions: [
{
name: 'del',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default function getColumns(t: any): MaProTableColumns[] {
type: 'operation',
label: () => t('crud.operation'),
operationConfigure: {
type: 'tile',
actions: [
{
name: 'del',
Expand Down
2 changes: 1 addition & 1 deletion web/src/provider/settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultGlobalConfigSettings: RecursiveRequired<SystemSettings.all> = {
layout: 'classic',
pageAnimate: 'ma-slide-down',
enableWatermark: false,
primaryColor: '#3790ff',
primaryColor: '#2563EB',
showBreadcrumb: true,
loadUserSetting: true,
watermarkText: import.meta.env.VITE_APP_TITLE,
Expand Down

0 comments on commit 406391d

Please sign in to comment.