修复日期组件、时间组件、富文本组件的Vue3兼容问题。

This commit is contained in:
vdpAdmin
2022-01-15 01:26:51 +08:00
parent 15c20de9e5
commit 54e11ab3b7
21 changed files with 137 additions and 61 deletions

View File

@ -58,6 +58,10 @@ input[type="password"]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按
display: none;
}
.auto-full-width.el-date-editor.el-input, .auto-full-width.el-date-editor.el-input__inner {
width: 100% !important;
}
/* 滚动条样式 begin */
::-webkit-scrollbar {
width: 8px;