20200212lljV1
This commit is contained in:
@@ -253,7 +253,8 @@ h3 {
|
||||
height: 37px;
|
||||
}
|
||||
.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td {
|
||||
background-color: rgb(126,172,237);
|
||||
//background-color: rgb(126,172,237);
|
||||
background-color: #e9f0f9;
|
||||
font-weight:bold;
|
||||
color: black;
|
||||
}
|
||||
@@ -289,7 +290,7 @@ h3 {
|
||||
}
|
||||
}
|
||||
.el-tabs--border-card>.el-tabs__content {
|
||||
padding: 15px 15px 0px 15px!important;
|
||||
padding: 8px 8px 8px 8px!important;
|
||||
}
|
||||
//.el-table__header-wrapper {
|
||||
// height: 25px!important;
|
||||
@@ -303,3 +304,39 @@ h3 {
|
||||
.el-table__header td,.el-table__header th{
|
||||
padding:0px!important;
|
||||
}
|
||||
|
||||
|
||||
// 20200211 刘路加 按钮样式 更新
|
||||
//分配按钮样式 橘黄 悬停变淡
|
||||
.el-button--distribution{
|
||||
background:rgb(253,246,236);
|
||||
border-color: #ff9759;
|
||||
color: #ff9759;
|
||||
&:hover{
|
||||
background: #ff9759;
|
||||
border-color: #ff9759;
|
||||
color: white;
|
||||
}
|
||||
&:focus{
|
||||
background: #ff9759;
|
||||
border-color: #ff9759;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
// 20200211 刘路加 按钮样式 更新
|
||||
//打回 撤回 删除 移除 按钮 按钮样式 红色 悬停变淡
|
||||
.el-button--repulse{
|
||||
background:rgb(253,246,236);
|
||||
border-color: #F56C6C;
|
||||
color: #F56C6C;
|
||||
&:hover{
|
||||
background: #F56C6C;
|
||||
border-color: #F56C6C;
|
||||
color: white;
|
||||
}
|
||||
&:focus{
|
||||
background: #F56C6C;
|
||||
border-color: #F56C6C;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user