提交代码

This commit is contained in:
jiang 2024-12-31 17:28:50 +08:00
parent cc1328c664
commit 998bab5853
1 changed files with 5 additions and 5 deletions

View File

@ -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;