| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2023-03-13 14:54:26 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-10-25 18:33:46 |
| | | * @FilePath: \bigScreen\src\views\statistics\components\box\publicContent.vue |
| | | * @LastEditTime: 2024-11-01 09:43:11 |
| | | * @FilePath: \bigScreen\src\views\survey\components\box\publicContent.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. |
| | |
| | | |
| | | <template> |
| | | <div class="content"> |
| | | <slot></slot> |
| | | <slot name="content"></slot> |
| | | </div> |
| | | </template> |
| | | |