| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2023-03-13 14:54:26 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-01 09:41:25 |
| | | * @LastEditTime: 2024-11-01 10:28:42 |
| | | * @FilePath: \bigScreen\src\views\survey\components\box\fireTrend.vue |
| | | * @Description: |
| | | * |
| | |
| | | <template> |
| | | <public-content> |
| | | <template #content> |
| | | <div class="box-content"> |
| | | <div class="box-content w100 h100 flex f-d-c"> |
| | | <div> |
| | | <div class="search-container"> |
| | | <input type="text" v-model="searchQuery" placeholder="请输入企业名称" class="search-input" /> |
| | |
| | | } |
| | | |
| | | .data-content-list { |
| | | height: 50%; |
| | | overflow: scroll; |
| | | // 隐藏滚动条 |
| | | scrollbar-width: none; |
| | | text-indent: 1em; |
| | | flex: 1; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .search-input { |
| | |
| | | padding: 5px 0; |
| | | background-color: #747bff; |
| | | justify-content: space-between; |
| | | // 超过高度自动显示滚动条 |
| | | overflow-y: auto; |
| | | border-radius: 5px; |
| | | } |
| | | </style> |