Commit 29ede11a authored by 11528's avatar 11528

Merge remote-tracking branch 'origin/master' into master

parents 94ea3662 92a6c944
......@@ -123,6 +123,11 @@ body .el-table th.gutter{
.deleteLink {
color: #D20A10;
}
// confirm确定按钮颜色样式
.el-message-box__btns button:nth-child(2) {
border-color: #D20A10;
background-color: #D20A10;
}
// 启用/停止按钮样式高度
.el-switch {
height: 18px; //启停按钮高度,
......
......@@ -341,6 +341,7 @@ export default {
this.$confirm(`“${row.deviceName}”设备即将被${text},是否继续?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
customClass: 'confirmBtnSure',
type: 'warning'
}).then(function() {
return updateDevice(row)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment