|
@@ -190,6 +190,26 @@ body ::-webkit-scrollbar-thumb:vertical:hover {
|
|
|
border: 1px solid #e6e6e6;
|
|
|
}
|
|
|
|
|
|
+#app{
|
|
|
+ //meri-design组件select的字体颜色
|
|
|
+ /deep/ .p-select-fakePlaceholder {
|
|
|
+ span {
|
|
|
+ span {
|
|
|
+ color: #606266 !important;
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: normal;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ //element 分页组件背景色
|
|
|
+ /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active{
|
|
|
+ background:linear-gradient(180deg,rgba(54,156,247,1) 0%,rgba(2,91,170,1) 100%);
|
|
|
+ }
|
|
|
+ //element button
|
|
|
+ /deep/ .el-button--primary,.p-button-primary{
|
|
|
+ background:linear-gradient(180deg,rgba(54,156,247,1) 0%,rgba(2,91,170,1) 100%);
|
|
|
+ }
|
|
|
+}
|
|
|
.clearfix::after {
|
|
|
content: ".";
|
|
|
display: block;
|