This commit is contained in:
cun-nan 2024-07-06 16:52:28 +08:00
parent 7d4fcce010
commit 958a904cec
4 changed files with 7 additions and 1 deletions

View File

@ -99,13 +99,16 @@
}
.el-button--warning{
background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important;
color: white !important;
border: 0px !important;
}
.el-button--primary{
background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important;
color: white !important;
border: 0px !important;
}
.el-button--success{
background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important;
color: white !important;
border: 0px !important;
}

View File

@ -17,7 +17,6 @@
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",

View File

@ -101,15 +101,18 @@
.el-button--warning{
color: white !important;
background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important;
color: white !important;
border: 0px !important;
}
.el-button--primary{
color: white !important;
background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important;
color: white !important;
border: 0px !important;
}
.el-button--success{
background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important;
color: white !important;
border: 0px !important;
}
.el-button--text{

View File

@ -108,6 +108,7 @@
border: 0px !important;
}
.el-button--success{
color: white !important;
background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important;
border: 0px !important;
}