Browse Source

更新supply.html:修改标签文本为规格件数和采购价格,并添加手机端样式适配

Boss3
Default User 2 months ago
parent
commit
ba90413eda
  1. 22
      supply.html

22
supply.html

@ -1006,6 +1006,24 @@
.image-slider {
height: 150px;
}
/* 调整手机端规格-件数-价格对的布局 */
.spec-quantity-pair {
flex-direction: column;
align-items: stretch;
}
.spec-value,
.quantity-input,
.costprice-input {
width: 100%;
margin-bottom: 10px;
}
.remove-quantity-btn {
align-self: flex-end;
margin-bottom: 0;
}
}
/* 件数输入样式 */
@ -1341,7 +1359,7 @@
<!-- 规格和件数 -->
<div class="form-group">
<label class="form-label">规格件数</label>
<label class="form-label">规格件数和采购价格</label>
<div id="specQuantityContainer">
<!-- 规格-件数对列表 -->
<div id="specQuantityPairs"></div>
@ -1757,7 +1775,7 @@
<!-- 规格和件数 -->
<div class="form-group">
<label class="form-label">规格件数</label>
<label class="form-label">规格件数和采购价格</label>
<div id="editSpecQuantityContainer">
<!-- 规格-件数对列表 -->
<div id="editSpecQuantityPairs"></div>

Loading…
Cancel
Save