广丰卷烟厂数采质量分析系统
zhuguifei
7 天以前 2b31fa203f3435a582be51f45899d99164c9917a
ruoyi-plus-soybean/src/views/qm/std/index.vue
@@ -17,7 +17,6 @@
  name: 'StdList'
});
const appStore = useAppStore();
const { download } = useDownload();
const { hasAuth } = useAuth();
@@ -213,7 +212,7 @@
        title="判定规程列表"
        :bordered="false"
        size="small"
        class="card-wrapper flex-col-stretch sm:flex-1-hidden"
        class="flex-col-stretch card-wrapper sm:flex-1-hidden"
        :content-style="{ flex: 1, overflow: 'hidden', display: 'flex', flexDirection: 'column' }"
      >
        <template #header-extra>
@@ -262,5 +261,4 @@
  padding: 4px 6px;
  overflow: hidden;
}
</style>