wwl
2025-02-14 c6b785037442a26b5b45e4bc9834e49c47e3fb09
src/views/doctor/checkAll/index.vue
@@ -745,6 +745,14 @@
                      width="78"
                    >
                    </el-table-column>
                    <el-table-column
      fixed="right"
      label="操作"
      width="100">
      <template slot-scope="scope">
        <el-button @click="handleClick(scope.row)"  type="danger" size="small">删除</el-button>
      </template>
    </el-table-column>
                  </el-table>
                </template>
                <template v-if="item.jyjc == '1'">
@@ -2756,7 +2764,7 @@
.box {
  display: flex;
  height: 100vh;
  // height: 100vh;
}
.rightbox {
@@ -2767,14 +2775,14 @@
  width: 684px;
  position: fixed; /* 固定定位 */
  right: 60px;
  .right {
    background-color: #fff;
    // box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: calc(100vh - 100px); /* 假设你想为顶部和底部留出一些空间 */
    overflow-y: auto; /* 允许垂直滚动 */
    max-height: 900px;
    height: calc(100vh - 100px);
    /* 假设你想为顶部和底部留出一些空间 */
    overflow-y: auto !important; /* 允许垂直滚动 */
    padding: 0 0 50px; /* 可选:添加一些内边距以避免内容紧贴边缘 */
    padding-bottom: 200px;
  }