|
|
@@ -399,7 +399,7 @@
|
|
|
</view>
|
|
|
<view class="weight-popup-note">以上含纸箱平摊下来的重量,供参考</view>
|
|
|
<view class="weight-popup-footer">
|
|
|
- <button class="weight-popup-btn" @click="closeWeightPopup">确定</button>
|
|
|
+ <button class="admin-button-com big blue" @click="closeWeightPopup">确定</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
@@ -1486,17 +1486,6 @@ export default {
|
|
|
margin-top: 30upx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
-
|
|
|
- .weight-popup-btn {
|
|
|
- width: 200upx;
|
|
|
- height: 70upx;
|
|
|
- background-color: #3385FF;
|
|
|
- color: #fff;
|
|
|
- border: none;
|
|
|
- border-radius: 8upx;
|
|
|
- font-size: 28upx;
|
|
|
- line-height: 70upx;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|