41912b00 by renchao@pashanhoo.com

style:样式修改完成

1 parent a933b27a
......@@ -15,7 +15,13 @@ $themes: (blue: ( //背景
tagsActiveText: #4162D8,
// 操纵btn
btnBg: #4162D8,
btnColor: #4162D8),
btnColor: #4162D8,
// table样式相关
pagBg:rgba(65, 98, 216, 0.1),
pagBorderColor: #D9D9D9,
pagText: #4A4A4A,
pagActiveText: #4162D8,
),
green: (navbg: #0F8B80,
menuBg:#121A2E,
......
......@@ -9,12 +9,6 @@
line-height: 16px;
}
//input
.el-input__inner {
color: #FFFFFF !important;
padding: 0 7px !important;
}
// input 样式
// 全局css 加上以下代码,可以隐藏上下箭头
......@@ -429,10 +423,6 @@ table td {
background: color #074487;
}
.el-input__inner {
background-color: #074487;
}
.el-input.is-disabled .el-input__inner {
background-color: #074487;
}
......
......@@ -53,6 +53,12 @@
background-color: rgba(0, 0, 0, 0);
}
//input
.el-input__inner {
color: #FFFFFF !important;
padding: 0 7px !important;
}
// 查询表单样式
.from-clues {
height: 100%;
......@@ -77,7 +83,7 @@
.el-input__inner {
background: #07388B;
border-radius: 2px;
color: #CEF8FF !important;
color: #7A7A7A !important;
border: 1px solid #6BC1FC;
}
......@@ -1023,4 +1029,4 @@
.selbig {
width: 500px;
}
}
}
\ No newline at end of file
......
@import "~@/styles/_handle.scss";
// cover some element-ui styles
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
......@@ -172,6 +174,25 @@ input[type="number"] {
color: #4A4A4A;
}
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li {
@include borderColor("pagBorderColor");
background-color: #FFFFFF;
@include font_color("pagText");
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
@include background("pagBg");
border-radius: 4px;
@include font_color("pagActiveText");
@include borderColor("pagActiveText");
}
.el-table__header th {
background-color: #F1F3F7 !important;
}
.el-table tr td {
font-size: 14px;
color: #7A7A7A;
......@@ -197,4 +218,4 @@ input[type="number"] {
.el-form-item__content {
flex: 1;
}
}
\ No newline at end of file
......
@import '~@/styles/sbElement-ui.scss';
@import "~@/styles/_handle.scss";
//input
.el-input__inner {
color: #7A7A7A !important;
padding: 0 7px !important;
}
.from-clues {
height: 100%;
width: 100%;
......@@ -10,7 +16,7 @@
&-header {
width: 100%;
padding: 10px 15px 10px 15px;
padding: 7px 15px 10px 15px;
box-sizing: border-box;
background-size: 100% 100%;
background: #FFFFFF;
......