广丰卷烟厂数采质量分析系统
zhuguifei
2026-04-03 08114b7451615854cb01556a7c477e32e17f520e
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>