From 506cb425d38489e47e05bd05c0c5ad1e37e7153f Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 27 九月 2023 16:41:06 +0800
Subject: [PATCH] fix: 采购订单状态是为已完成时隐藏提交按钮;添加缺少的 catch;添加产品参数删除更新时间

---
 src/components/layout/components/AppMain.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/layout/components/AppMain.vue b/src/components/layout/components/AppMain.vue
index 1572948..4c4dbb1 100644
--- a/src/components/layout/components/AppMain.vue
+++ b/src/components/layout/components/AppMain.vue
@@ -24,16 +24,16 @@
 <!-- Add "scoped" attribute to limit CSS to this component only -->
 <style lang="scss" scoped>
 .app-main {
-  margin-left: 10px;
   box-sizing: border-box;
   display: flex;
   flex: 1;
   flex-direction: column;
-  // height: 100%;
-  width: calc(100% - 210px);
+  width: calc(100% - 200px);
+
   .app-main-content {
     width: 100%;
     overflow-y: hidden;
+    height: calc(100% - 50px);
   }
 }
 </style>

--
Gitblit v1.8.0