|
12345678910111213141516171819202122 |
-
- .container.data-v-7e5aa06e {
- padding: 20px;
- }
- .canvas-container.data-v-7e5aa06e {
- position: relative;
- margin-top: 20px;
- }
- .crop-area.data-v-7e5aa06e {
- position: absolute;
- border: 2px dashed blue;
- box-sizing: border-box;
- }
- .circle.data-v-7e5aa06e {
- border-radius: 50%;
- }
- .button-group.data-v-7e5aa06e {
- margin-top: 20px;
- display: flex;
- justify-content: space-around;
- }
-
|