激活工具时,按下F键不松手,鼠标滑动使用工具时,样式会发生改变
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-01 15:28:31 +08:00
parent 2e882b4d59
commit acf98885c6
3 changed files with 6 additions and 0 deletions

View File

@ -790,6 +790,7 @@ export default {
width: 100%;
height: 100%;
position: relative;
cursor: default !important;
.left-top-text {
position: absolute;

View File

@ -541,6 +541,7 @@ export default {
width:100%;
height:100%;
position: relative;
cursor: default !important;
.left-top-text {
position: absolute;
left: 5px;

View File

@ -1306,6 +1306,10 @@ export default {
}
</script>
<style lang="scss" scoped>
.content {
cursor: default !important;
}
.none-dicom-viewer {
display: flex;
flex-direction: column;