Merge remote-tracking branch 'origin/master'

This commit is contained in:
xvv 2024-07-06 17:12:05 +08:00
commit b411834ea5
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;
}