loulijun2021
2022-08-09 08bd640f0f14c4c6af0d416c4e6ba9c63856997d
修改标题字体颜色
已修改2个文件
7 ■■■■ 文件已修改
src/utils/global.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/jcsz/jsqd.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/global.js
@@ -8,8 +8,8 @@
// 处理表头单元格样式
export function headerCellStyle() {
  const option = {
    // background: '#eee', padding: '0'
    background: '#f8f8fa', padding: '0', color: '#a7a7a7'
    // background: '#a7a7a7', padding: '0'
    background: '#f8f8fa', padding: '0', color: '#000', fontWeight: 500
  }
  return option
}
src/views/jcsz/jsqd.vue
@@ -1660,4 +1660,7 @@
.el-table .custom-row {
  background: #f8f8fa;
}
.el-form-item__label{
  font-weight: 400 !important
}
</style>