优化商品组件样式代码

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 {
width: 40%;
width: 508px;
text-align: left;
height: 36px;
border-bottom: 1px solid #e0e0e0;
padding-left: 12px;
}
.goods-boxs {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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