天天看点

vue使用less在scoped下无法修改element ui 的样式

话不多说直接上代码

.form {
    padding: 20px;
    width: 350px;
    height: 280px;
    background-color: white;
    border-radius: 10px;
    
    /deep/ .el-form-item__content {
      font-size: 16px;
      text-align: center;
    }
  }