fix:删除确定按钮样式调整
This commit is contained in:
@@ -1152,3 +1152,21 @@ li{
|
||||
.el-date-table td.current:not(.disabled) span {
|
||||
background-color: $global-text-color-active;
|
||||
}
|
||||
|
||||
|
||||
.el-button--primary{
|
||||
top:2px;
|
||||
background-image: unset;
|
||||
border: 0px;
|
||||
color: #606266;
|
||||
-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);
|
||||
}
|
||||
.el-button--primary:focus{
|
||||
background-color: rgba(255, 67, 61,.9);
|
||||
}
|
||||
.el-button--primary:hover{
|
||||
background-color: rgba(255, 99, 101,.7);
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<div>
|
||||
<el-dropdown split-button type="primary" size="mini">
|
||||
<el-dropdown split-button type="primary" size="mini" class="dropdownBtn">
|
||||
<slot name="optionZone" class="option-button"></slot>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item @click.native="showImportBox(1)" class="dropdown-content"><i class="el-icon-upload2"></i>{{$t('overall.importExcelLower')}}</el-dropdown-item>
|
||||
@@ -266,7 +266,7 @@
|
||||
border-color: unset;
|
||||
background-color:unset;
|
||||
}
|
||||
.el-button--primary{
|
||||
.dropdownBtn .el-button--primary{
|
||||
top:2px;
|
||||
padding: 0 8px;
|
||||
background-image: linear-gradient(180deg, #fff 0%, #E0E0E0 100%);
|
||||
@@ -277,10 +277,10 @@
|
||||
letter-spacing: 0;
|
||||
background-color: unset;
|
||||
}
|
||||
.el-button--primary:hover{
|
||||
.dropdownBtn .el-button--primary:hover{
|
||||
background-image: linear-gradient(180deg, #F0F0F0 0%, #D8D8D8 99%) !important;
|
||||
}
|
||||
.el-button--mini{
|
||||
.dropdownBtn .el-button--mini{
|
||||
font-size: 12px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user