move rectpad size
This commit is contained in:
parent
26564a5cd3
commit
95c4c2e5ff
2 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,6 @@ div {
|
|||
#rectpad {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
|
@ -151,5 +151,7 @@ export default class RectPad extends Vue {
|
|||
<style scoped>
|
||||
svg {
|
||||
cursor: crosshair;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue