File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21097,6 +21097,7 @@ ImgOps | https://imgops.com/#b#`;
2109721097 border-radius: 0 0 8px 0;\
2109821098 top: 0px;\
2109921099 opacity:0.5;\
21100+ pointer-events: all;\
2110021101 }\
2110121102 .pv-pic-window-container>.pv-pic-window-pre:hover~span.pv-pic-search-state,\
2110221103 .pv-pic-window-container>.pv-pic-window-next:hover~span.pv-pic-search-state{\
@@ -21134,6 +21135,7 @@ ImgOps | https://imgops.com/#b#`;
2113421135 max-width: 100%;\
2113521136 overflow: hidden;\
2113621137 font: 13px / 1.4em "Trebuchet MS", sans-serif;\
21138+ pointer-events: none;\
2113721139 }\
2113821140 .pv-pic-search-state>span {\
2113921141 pointer-events: none;\
@@ -24069,7 +24071,7 @@ ImgOps | https://imgops.com/#b#`;
2406924071
2407024072 noActual:noActual,
2407124073 xhr: xhr,
24072- description: description || img.title || img.alt || '',
24074+ description: description || img.title || img.alt || (img.parentNode && img.parentNode.title) || '',
2407324075
2407424076 img: img, // 处理的图片
2407524077 imgPA: imgPA, // 图片的第一个父a元素
You can’t perform that action at this time.
0 commit comments