| | |
| | | * @Author : yuan |
| | | * @Date : 2025-06-14 15:19:16 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2026-01-07 16:26:20 |
| | | * @LastEditTime : 2026-01-14 10:10:35 |
| | | * @FilePath : \applications\drone-command\src\components\basic-container\main.vue |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-06-14 15:19:16 |
| | | --> |
| | | <template> |
| | |
| | | height: 0; |
| | | flex: 1; |
| | | |
| | | padding: 30px; |
| | | padding: 6px 30px; |
| | | // box-sizing: border-box; |
| | | // height: 100%; |
| | | |
| | | .basic-container__card { |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: 100% !important; |
| | | overflow: hidden; |
| | | background: transparent; |
| | | |
| | | .el-card__body { |
| | | ::v-deep(.el-card__body) { |
| | | padding: 0 !important; |
| | | //height: 0 !important; |
| | | flex: 1 !important; |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: 100% !important; |
| | | |
| | | overflow: hidden; |
| | | box-sizing: border-box; |
| | | |
| | | &>div { |
| | | height: 0; |
| | | flex: 1; |
| | | } |
| | | } |
| | | } |
| | | |