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