提交代码
This commit is contained in:
parent
cc1328c664
commit
998bab5853
|
|
@ -191,24 +191,24 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style>
|
||||||
.button-container {
|
.button-container {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-studio-annotator{
|
.label-studio-annotator {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 96%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.annotation-container{
|
.annotation-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
>div{
|
> div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue