licp
2024-04-17 4d5faa6fa6a2bc9174832d90fda20f3dbf370568
Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master
已修改3个文件
14 ■■■■■ 文件已修改
index.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a5-capacity-scope.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
index.html
@@ -13,6 +13,11 @@
        <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" />
        <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" />
        <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" />
    <style>
      #app{
        overflow: hidden;
      }
    </style>
    </head>
    <body>
        <div id="app"></div>
src/App.vue
@@ -110,10 +110,17 @@
    }
    .el-popover {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
        padding: 0;
        z-index: 9999 !important;
    }
  .el-popover::-webkit-scrollbar{
    width: 0;
  }
    .el-popper .popper__arrow {
        display: none;
    }
src/components/view/a5-capacity-scope.vue
@@ -370,7 +370,7 @@
                    let data = []
                    res.data.forEach(a=>{
                        data.push({
                            label: a.name,
                            label: a.code,
                            value: a.code
                        })
                    })