设置 el-input 背景颜色及样式:

<style lang="less" scoped>
     /deep/.el-input {
         // 输入框高度
         height: 52px;
         // 边框圆角
         border-radius: 8px;
     }
     /deep/.el-input__inner {
         height: 52px;
         background: #cce7e7;
         // 设置字号
         font-size: 14px;
         font-family: PingFangSC-Regular, PingFang SC;
         font-weight: 400;
         // 设置输入字体的颜色
         color: #2c2c2c;
     }
</style>

页面效果:
在这里插入图片描述

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐