激活工具时,按下F键不松手,鼠标滑动使用工具时,样式会发生改变
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2e882b4d59
commit
acf98885c6
|
@ -790,6 +790,7 @@ export default {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
cursor: default !important;
|
||||
|
||||
.left-top-text {
|
||||
position: absolute;
|
||||
|
|
|
@ -541,6 +541,7 @@ export default {
|
|||
width:100%;
|
||||
height:100%;
|
||||
position: relative;
|
||||
cursor: default !important;
|
||||
.left-top-text {
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
|
|
|
@ -1306,6 +1306,10 @@ export default {
|
|||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.content {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.none-dicom-viewer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue