| | |
| | | * @Author : yuan |
| | | * @Date : 2025-06-14 15:19:16 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2025-06-27 14:34:02 |
| | | * @FilePath : \src\components\basic-container\main.vue |
| | | * @LastEditTime : 2026-01-07 09:28:08 |
| | | * @FilePath : \applications\drone-command\src\components\basic-container\main.vue |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-06-14 15:19:16 |
| | |
| | | height: 0; |
| | | flex: 1; |
| | | |
| | | padding: 10px; |
| | | padding: 30px; |
| | | // box-sizing: border-box; |
| | | // height: 100%; |
| | | |
| | |
| | | |
| | | &__card { |
| | | width: 100%; |
| | | } |
| | | |
| | | &:first-child { |
| | | padding-top: 0; |
| | | } |
| | | } |
| | | </style> |