We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<draggable :animation="200" :force-fallback="true" drag-class="dragClass" ghost-class="ghostClass" chosen-class="chosenClass" :disabled="true" :list="variables.leftList" item-key="value" >
css is useless
/* 1 目标位置占位符的样式 */ .ghostClass { background-color: #b0c4de !important; } /* 2 选中时样式 */ .chosenClass { background-color: #b0c4de !important; opacity: 1 !important; } /* 3 拖动时样式 */ .dragClass { background-color: #b0c4de !important; opacity: 1 !important; box-shadow: none !important; outline: none !important; background-image: none !important; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
css is useless
The text was updated successfully, but these errors were encountered: