bug
This commit is contained in:
parent
e13bc1e727
commit
231f6b9031
@ -97,3 +97,15 @@
|
||||
font-size: 14px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.el-button--warning{
|
||||
background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.el-button--primary{
|
||||
background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.el-button--success{
|
||||
background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
@ -97,3 +97,21 @@
|
||||
font-size: 14px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.el-button--warning{
|
||||
color: white !important;
|
||||
background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.el-button--primary{
|
||||
color: white !important;
|
||||
background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.el-button--success{
|
||||
background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.el-button--text{
|
||||
color: #FF9655 !important;
|
||||
}
|
||||
|
@ -97,3 +97,17 @@
|
||||
font-size: 14px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.el-button--warning{
|
||||
color: white !important;
|
||||
background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.el-button--primary{
|
||||
color: white !important;
|
||||
background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.el-button--success{
|
||||
background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user