Jeecg改变主题颜色及页内样式

Jeecg改变主题颜色及页内样式

改成黑色背景,显得更有科技感,但是时间选择器和其它表格地样式出现紊乱(不专业,可应急)

GlobalLayout.vue 
.ant-layout-content {
        .content {
          margin: 24px 0 0;
        }
        background-color: #000c17 !important;
      }
      !important:浏览器首先执行这个语句,覆盖父级的样式

表格的字体颜色,聚焦以及表格的背景需要改变

common.less 进行修改
.ant-pagination{
  color: white;
}
.ant-pagination-item a{
  color: white;
}
.ant-pagination-disabled a, .ant-pagination-disabled:hover a, .ant-pagination-disabled:focus a, .ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination-disabled:focus .ant-pagination-item-link{
  color: white;
}
.ant-pagination-prev a, .ant-pagination-next a{
  color: white;
}
.ant-pagination-item-active{
  background: #181f30;
}
.ant-select{
  color: white;
}
.ant-select-arrow{
  color: white;
}
.ant-select-selection{
  background-color: #181f30;
}
.ant-pagination-options-quick-jumper input{
  color: white;
  background-color: #181f30;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  background: #000c17;
}
.ant-table-tbody > tr:hover {
  background: #000c17 !important;
}
.ant-table-tbody > tr:hover > td {
  background: #000c17 !important;
}
.ant-table-thead > tr.ant-table-row-hover > td{
  background:  #000c17 !important;
}
.ant-table-tbody > tr.ant-table-row-hover > td{
  background: #000c17 !important;
}
一般都是找到class样式进行覆盖原有的父样式
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值