mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
refactor: 升级tailwindcss至v4版本,带来更快的构建速度、更简化的安装和配置、提供专属vite插件
This commit is contained in:
@@ -173,7 +173,7 @@ const onDownload = () => {
|
||||
id="pure-upload-item"
|
||||
:class="[
|
||||
'el-upload-list__item-actions',
|
||||
fileList.length > 1 && '!cursor-move'
|
||||
fileList.length > 1 && 'cursor-move!'
|
||||
]"
|
||||
>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user