Commit be1d3030 authored by tianhongyang's avatar tianhongyang

styles

parent 2bb30a5b
......@@ -592,7 +592,19 @@ export default {
.el-textarea {
.el-textarea__inner {
resize: unset;
border-radius: 0px;
padding-left: 12px;
min-height: 76px !important;
border-radius: unset;
border-color: transparent;
color: #232323;
&:focus {
border: 1px solid #0081ff;
}
&::placeholder {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 12px;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment