diff --git a/common/style/layout.styl b/common/style/layout.styl
index aca6888..0fa64db 100644
--- a/common/style/layout.styl
+++ b/common/style/layout.styl
@@ -33,16 +33,18 @@ uni-button:after {
color: #D7592F ;
}
.icon_unchecked {
+ display: inline-block;
color: #fff;
- width: 32rpx;
- height: 32rpx;
+ width: 42rpx;
+ height: 42rpx;
background-color: #fff;
- font-size: 24rpx;
- line-height: 28rpx;
+ font-size: 28rpx;
+ line-height: 38rpx;
border: 1rpx solid #bbb;
+ border-radius: 8rpx;
}
.icon_checked {
- color: #D7592F ;
+ background-color: #D7592F ;
border: 1rpx solid #D7592F ;
}
.icon_back {
diff --git a/pages/ProductManage/ZjInStore.vue b/pages/ProductManage/ZjInStore.vue
index ab6ab73..d8fc015 100644
--- a/pages/ProductManage/ZjInStore.vue
+++ b/pages/ProductManage/ZjInStore.vue
@@ -172,7 +172,4 @@
}
}
}
-
-
-
+
\ No newline at end of file
diff --git a/pages/SecondPhase/slitting/ZjInStore.vue b/pages/SecondPhase/slitting/ZjInStore.vue
index ab6ab73..c187802 100644
--- a/pages/SecondPhase/slitting/ZjInStore.vue
+++ b/pages/SecondPhase/slitting/ZjInStore.vue
@@ -63,20 +63,24 @@
+
-
-
+
\ No newline at end of file