style: 输入框、文本输入框字体统一

main
wu.jian2
parent 7ead0918b2
commit 2c746c7ee3

@ -16,6 +16,7 @@
// input
.bs-el-input {
.el-input__inner {
font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
border: none !important;
color: var(--bs-el-text) !important;
background: var(--bs-background-1) !important;
@ -23,6 +24,7 @@
}
.el-textarea__inner {
font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
color: var(--bs-el-text) !important;
background: var(--bs-el-background-1) !important;
border-color: var(--bs-el-border) !important;

Loading…
Cancel
Save