style: 个人中心文件上传更改鼠标指针样式
This commit is contained in:
parent
1ef7b65688
commit
6636c31023
|
@ -955,3 +955,11 @@ label[for] {
|
||||||
.file-preview .file-preview-thumbnails {
|
.file-preview .file-preview-thumbnails {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file-drop-zone .file-preview-thumbnails {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.krajee-default.file-preview-frame {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
|
@ -955,3 +955,11 @@ label[for] {
|
||||||
.file-preview .file-preview-thumbnails {
|
.file-preview .file-preview-thumbnails {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file-drop-zone .file-preview-thumbnails {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.krajee-default.file-preview-frame {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue