mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-24 09:48:34 +08:00
选中颜色
This commit is contained in:
@@ -24,14 +24,13 @@
|
||||
margin: 0 auto;
|
||||
|
||||
.el-dialog__header{
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
border-bottom: 1px solid #eee;
|
||||
background-color: rgb(48, 77, 167);
|
||||
color: #fff;
|
||||
.el-dialog__title{
|
||||
color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
.el-dialog__headerbtn i {
|
||||
color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -641,8 +641,8 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.is-active {
|
||||
background: #409eff !important;
|
||||
color: #373d41 !important;
|
||||
background: #31455d !important;
|
||||
color: #bfcbd9 !important;
|
||||
}
|
||||
.layout {
|
||||
display: -webkit-box;
|
||||
@@ -777,7 +777,7 @@ export default {
|
||||
.el-tabs__header {
|
||||
.el-tabs__nav {
|
||||
.el-tabs__item {
|
||||
background-color: #304156;
|
||||
background-color: #31455d;
|
||||
border: 0px;
|
||||
}
|
||||
.el-tabs__item.is-active {
|
||||
|
||||
Reference in New Issue
Block a user