cuilei
2 天以前 bbbd9a413e668aa3e93b6bdd46d4b5113189bcbc
Merge remote-tracking branch 'origin/master'
已修改1个文件
18 ■■■■ 文件已修改
src/components/tools/UserMenu.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tools/UserMenu.vue
@@ -257,16 +257,30 @@
<style lang="less" scoped>
  /* update_begin author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/
  /* update-begin author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
  //.user-wrapper .search-input {
  //  width: 180px;
  //  color: inherit;
  //
  //  /deep/ .ant-select-selection {
  //    background-color: inherit;
  //    border: 0;
  //    border-bottom: 1px solid white;
  //    &__placeholder, &__field__placeholder {
  //      color: inherit;
  //    }
  //  }
  //}
  .user-wrapper .search-input {
    width: 180px;
    color: inherit;
    color: white; // 添加这行:设置输入文字颜色为白色
    /deep/ .ant-select-selection {
      background-color: inherit;
      border: 0;
      border-bottom: 1px solid white;
      &__placeholder, &__field__placeholder {
        color: inherit;
        color: white; // 修改这行:设置占位符文字颜色为白色
      }
    }
  }