perf: 调整confirm弹框按钮样式

This commit is contained in:
陈劲松
2020-03-03 21:05:13 +08:00
parent fec2ed16c0
commit 7052835c42
2 changed files with 6 additions and 6 deletions

View File

@@ -1158,15 +1158,15 @@ li{
top:2px;
background-image: unset;
border: 0px;
color: #606266;
color: white;
-webkit-box-shadow: 0 0 1px 1px rgba(162,162,162,0.5);
box-shadow: 0 0 1px 1px rgba(162,162,162,0.5);
letter-spacing: 0;
background-color: rgba(255, 67, 61,.85);
background-color: rgb(255, 99, 71);
}
.el-button--primary:focus{
background-color: rgba(255, 67, 61,.9);
background-color: rgb(255, 99, 71);
}
.el-button--primary:hover{
background-color: rgba(255, 99, 101,.7);
background-color: rgba(255, 99, 71, .85);
}

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="export-xlsx">
<div>
<el-dropdown split-button type="primary" size="mini" class="dropdownBtn">
<slot name="optionZone" class="option-button"></slot>
@@ -261,7 +261,7 @@
.el-dialog__body{
padding: 10px 20px 20px 20px;
}
.el-button:focus, .el-button:hover {
.export-xlsx .el-button:focus, .export-xlsx .el-button:hover {
color: unset;
border-color: unset;
background-color:unset;