优化商品组件样式代码

This commit is contained in:
Wind-58 2022-09-01 09:50:27 +08:00
parent 4170bc65d0
commit 932c4c107a
7 changed files with 12 additions and 10 deletions

View File

@ -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 {

View File

@ -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) => {

View File

@ -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: "请输入发放总量" }]
} }

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {