日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

修改el-textarea的字體以及placeholder字體和顏色

作者:大大。 更新時間: 2023-10-16 編程語言
<style scoped lang="scss">
/deep/.el-textarea input::-moz-input-placeholder {
  font-family:"Microsoft";
  color:#C0C4CC;
}
/deep/.el-textarea__inner::-webkit-input-placeholder {
  font-family:"Microsoft";
  color:#C0C4CC;
}
</style>

或者

<style  lang="scss" scoped>
//修改字體顏色大小:
  /deep/.input_remark1 .el-textarea__inner {
    color: #101010;
  }
//修改未輸入時字體大小和顏色
  /deep/.sale_sel .el-input--small {
    color: #101010;
    font-size: 14px;
  }
</style>

原文鏈接:https://blog.csdn.net/weixin_43923808/article/details/131770434

  • 上一篇:沒有了
  • 下一篇:沒有了
欄目分類
最近更新