智慧园区前端大屏
shuishen
2024-11-01 05b0f6104cc5e1ac06c8d1f553bbc3e32f6e6521
src/views/survey/components/box/fireTrend.vue
@@ -2,7 +2,7 @@
 * @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: 
 * 
@@ -45,7 +45,7 @@
<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" />
@@ -77,11 +77,8 @@
}
.data-content-list {
  height: 50%;
  overflow: scroll;
  // 隐藏滚动条
  scrollbar-width: none;
  text-indent: 1em;
  flex: 1;
  overflow-y: auto;
}
.search-input {
@@ -113,8 +110,6 @@
  padding: 5px 0;
  background-color: #747bff;
  justify-content: space-between;
  // 超过高度自动显示滚动条
  overflow-y: auto;
  border-radius: 5px;
}
</style>