研发图纸文件管理系统-前端项目
iczer
2020-07-09 1f02623837fa964ce4e2a3458384b8bf2648bc9b
chore: optimize the color of the setting trigger and ColorCheckbox component in night mode; :star2:
2个文件已修改
4 ■■■■ 已修改文件
src/components/checkbox/ColorCheckbox.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/AdminLayout.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/checkbox/ColorCheckbox.vue
@@ -151,7 +151,7 @@
    cursor: pointer;
    margin-right: 8px;
    text-align: center;
    color: #fff;
    color: @base-bg-color;
    font-weight: bold;
  }
</style>
src/layouts/AdminLayout.vue
@@ -106,7 +106,7 @@
    }
    .setting{
      background-color: @primary-color;
      color: #fff;
      color: @base-bg-color;
      border-radius: 5px 0 0 5px;
      line-height: 40px;
      font-size: 22px;