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 {
|
#rectpad {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -151,5 +151,7 @@ export default class RectPad extends Vue {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
svg {
|
svg {
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue