This commit is contained in:
2025-09-30 17:51:45 +08:00
parent a2619ea237
commit 65e90ce8a0
6 changed files with 231 additions and 166 deletions

View File

@ -3346,7 +3346,7 @@ class Ui_MainWindow(object):
weight_h_layout = QHBoxLayout()
# weight_h_layout.setSpacing(10)
self.weight_label = QLabel(self.frame_20)
self.weight_label.setText("选择码垛重量:")
self.weight_label.setText("选择料袋重量:")
self.weight_label.setStyleSheet("color: white;")
weight_h_layout.addWidget(self.weight_label)