前提・実現したいこと
nuxt.jsでElementUIのinputフォームの色を変更したいです。
該当のソースコード
<template> <div> <p class="label">ああああ</p> <el-input :type="type" class="input-form" :placeholder="placeholder" :style="styleObject" ></el-input> </div> </template> <style scoped> .label { font-size: 12px; color: #77828f; margin-bottom: 8px; } .input-form .el-input__inner { border-radius: 16px; background-color: red; }
試したこと
styleを input { }で記載したり
.input-form{ }で記載したりなどパターンを試しましたが変わりません
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/15 22:43