elementPlusCustom.scss 401 B

12345678910111213141516171819202122
  1. // 统一修改element plus 样式
  2. //去除 [ dropdown ]移入 黑框
  3. .el-tooltip__trigger:focus-visible {
  4. outline: unset;
  5. }
  6. .el-date-editor.el-input, .el-date-editor.el-input__wrapper {
  7. --el-date-editor-width: 100%;
  8. }
  9. .el-input-number {
  10. width: 100%;
  11. .el-input .el-input__wrapper {
  12. padding: 1px 11px;
  13. .el-input__inner {
  14. text-align: unset;
  15. }
  16. }
  17. }