Browse Source

YT-1739PDA端【发料任务】列表页和详情页,都增加 “货架号” 的显示,取【物料基本信息】中的 “文档号”。

intex_online20241228
张立 1 month ago
parent
commit
d4452d74d9
  1. 5
      src/common/style/new_style.css

5
src/common/style/new_style.css

@ -228,9 +228,11 @@ uni-page-head .uni-page-head__title {
.cell_box .cell_info { .cell_box .cell_info {
position: relative; position: relative;
/* width: 25%; */ /* width: 25%; */
flex:1;
padding: 0 20rpx; padding: 0 20rpx;
/* margin: 0 0 20rpx; */ /* margin: 0 0 20rpx; */
text-align: center; text-align: center;
width: calc(25% - 0.625rem);
} }
.cell_box .cell_long { .cell_box .cell_long {
@ -241,6 +243,7 @@ uni-page-head .uni-page-head__title {
font-size: 0.9375rem; font-size: 0.9375rem;
margin-bottom: 10rpx; margin-bottom: 10rpx;
color: #7B8195; color: #7B8195;
word-wrap: break-word;
} }
.cell_box .cell_info .text_black { .cell_box .cell_info .text_black {
@ -310,7 +313,7 @@ uni-page-head .uni-page-head__title {
} }
.cen_card .cell_box .cell_info .text_lightblue { .cen_card .cell_box .cell_info .text_lightblue {
font-size: 0.925rem; font-size: 0.825rem;
} }
.bot_card { .bot_card {

Loading…
Cancel
Save