fix:修改预览态的鼠标样式

main
liu.shiyi 1 year ago
parent a733617e36
commit f3d2e29fde

@ -79,7 +79,7 @@ export default {
height: 100%; height: 100%;
width: 100%; width: 100%;
border: 1px solid transparent; border: 1px solid transparent;
cursor: move; //cursor: move;
.opt-icon-wrap { .opt-icon-wrap {
z-index: 100; z-index: 100;

@ -32,11 +32,11 @@
.el-icon-warning{ .el-icon-warning{
color: #FFD600; color: #FFD600;
} }
.title-hover{ //.title-hover{
&:hover{ // &:hover{
cursor: move; // cursor: move;
} // }
} //}
/*滚动条样式*/ /*滚动条样式*/
::v-deep ::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
width: 4px; width: 4px;

Loading…
Cancel
Save