bug
This commit is contained in:
parent
7d4fcce010
commit
958a904cec
@ -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;
|
||||
}
|
||||
|
@ -17,7 +17,6 @@
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,vue}": [
|
||||
"eslint --fix",
|
||||
|
@ -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{
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user