Skip to content

Commit

Permalink
fix: element plus textarea style
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Dec 13, 2024
1 parent b09c0a7 commit eaba227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/src/ele/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
.el-radio-button:not(:first-child) .el-radio-button__inner {
border-left: none;
}

.el-textarea .el-textarea__inner {
border: 1px solid var(--el-color-danger);
}
}

0 comments on commit eaba227

Please sign in to comment.