优化商品组件样式代码
This commit is contained in:
parent
4170bc65d0
commit
932c4c107a
|
@ -26,10 +26,11 @@
|
|||
}
|
||||
|
||||
.line-value {
|
||||
width: 40%;
|
||||
width: 508px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.goods-boxs {
|
||||
|
|
|
@ -85,10 +85,7 @@ export default class exchangeAdd extends React.Component {
|
|||
|
||||
/* 请求归属key下拉框数据 */
|
||||
getKeyBatchSelect(key) {
|
||||
queryKeyBatch({
|
||||
status: "4,5",
|
||||
plan_id: key
|
||||
}).then((res) => {
|
||||
queryKeyBatch({ status: "4,5", plan_id: key }).then((res) => {
|
||||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
export const codeInfo = {
|
||||
code_name: [{ type: "required", message: "请输入兑换码名称" }],
|
||||
planSelect: [{ type: "required", message: "请选择归属计划" }],
|
||||
planSelect: [{ type: "required", message: "请选择归属Key" }],
|
||||
keyBatchSelect: [{ type: "required", message: "请选择归属Key" }],
|
||||
issued: [{ type: "required", message: "请输入发放总量" }]
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
.line-value {
|
||||
width: 520px;
|
||||
width: 508px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.zent-image-upload-item-delete {
|
||||
|
|
|
@ -26,10 +26,11 @@
|
|||
}
|
||||
|
||||
.line-value {
|
||||
width: 40%;
|
||||
width: 508px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.goods-boxs {
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
.line-value {
|
||||
width: 520px;
|
||||
width: 508px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.good-image-upload-demo {
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
.line-value {
|
||||
width: 520px !important;
|
||||
width: 508px !important;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.good-image-upload-demo {
|
||||
|
|
Loading…
Reference in New Issue