Przeglądaj źródła

1、修改popup的问题
2、修改样式的问题

zhoux 1 rok temu
rodzic
commit
348b13b3bb

+ 1 - 0
components/dkbase/dk-popup/dk-popup.wxss

@@ -2,6 +2,7 @@
 .dk-popup {
   background-color: transparent !important;
   overflow-x: hidden;
+  padding-bottom: 0 !important;
 }
 
 /**pop弹出框的表头样式*/

+ 1 - 1
package-base-select/pages/select-goods/select-goods.wxss

@@ -81,7 +81,7 @@ page {
 .goods-class {
   position: fixed;
   left: 20rpx;
-  top: 324rpx;
+  /* top: 324rpx; */
   background-color: #fff;
   border-radius: 0rpx 16rpx 0rpx 0rpx;
   border-radius: 16px 0px 0px 0px;

+ 1 - 1
package-inventory/pages/choose-product/choose-product.wxss

@@ -234,7 +234,7 @@
 .goods-class{
   position: fixed;
   left:20rpx;
-  top: 298rpx;
+  /* top: 298rpx; */
   background-color: #fff;
 }
 

+ 1 - 1
package-inventory/pages/ivt-detail-report/ivt-detail-report.wxss

@@ -55,7 +55,7 @@
 .goods-class {
 	position: fixed;
 	left: 20rpx;
-	top: 324rpx;
+	/* top: 324rpx; */
 	background-color: #fff;
 	border-radius: 0rpx 16rpx 0rpx 0rpx;
 	border-radius: 16px 0px 0px 0px;

+ 1 - 1
package-sales/pages/choose-goods/choose-goods.wxss

@@ -218,7 +218,7 @@
   .goods-class{
     position: fixed;
     left:20rpx;
-    top: 196rpx;
+    /* top: 196rpx; */
     background-color: #fff;
   }
   

+ 1 - 1
pages/shopping/shopping.wxss

@@ -57,7 +57,7 @@ page{
 .goods-class {
   position: fixed;
   left: 0rpx;
-  top: 324rpx;
+  /* top: 324rpx; */
   background-color: #fff;
   border-radius: 0rpx 16rpx 0rpx 0rpx;
   border-radius: 16px 0px 0px 0px;