diff --git a/App.vue b/App.vue
index f6ef8a2..5ec23a7 100644
--- a/App.vue
+++ b/App.vue
@@ -20,6 +20,6 @@
diff --git a/common/style/layout.css b/common/style/layout.css
index 4598eb5..871bfbc 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -110,8 +110,9 @@ uni-button:after {
top: calc(var(--status-bar-height) + 72rpx);
width: 100%;
height: auto;
- padding: 0rpx 14rpx 108rpx 14rpx;
- background: linear-gradient(to bottom, #ff6400 0%, #fee4d7 30%, #f6f6f6 100%)
+ padding: 20rpx 14rpx 140rpx 14rpx;
+ /* background: linear-gradient(to bottom, #ff6400 0%, #fee4d7 30%, #f6f6f6 100%) */
+ background-color: #f6f6f6;
}
.zd_wrapper {
width: 100%;
diff --git a/components/NavBar.vue b/components/NavBar.vue
index 0bb37e2..f9403e8 100644
--- a/components/NavBar.vue
+++ b/components/NavBar.vue
@@ -54,7 +54,8 @@
_fj()
position fixed
_wh(100%, calc(var(--status-bar-height) + 72rpx))
- background: linear-gradient(to bottom, #ff6800 0%, #ff6400 100%)
+ // background: linear-gradient(to bottom, #ff6800 0%, #ff6400 100%)
+ background-color $red
z-index 200
padding var(--status-bar-height) 20rpx 0
.page_name
diff --git a/components/upTop.vue b/components/upTop.vue
new file mode 100644
index 0000000..7bea536
--- /dev/null
+++ b/components/upTop.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/ProductManage/SlittingFeeding.vue b/pages/ProductManage/SlittingFeeding.vue
index be69f90..6f3fe84 100644
--- a/pages/ProductManage/SlittingFeeding.vue
+++ b/pages/ProductManage/SlittingFeeding.vue
@@ -140,20 +140,24 @@
+