value
2024-04-17 cab07c35093158a727854fe8b1809f5a2e4d92e9
对检验对象增加了一个字段
已修改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
                        })
                    })