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