mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-06-21 17:39:57 +08:00
修复日期组件、时间组件、富文本组件的Vue3兼容问题。
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user