Commit fa7ccddd authored by renjintao's avatar renjintao

mesplan css

parent 0ff1d882
......@@ -1017,6 +1017,9 @@ textarea::-webkit-input-placeholder {
display:block;
line-height:30px;
padding:5px 10px;
border-bottom: #ccc solid 1px;
border-right: #ccc solid 1px;
border-left: #ccc solid 1px;
}
.cellInfoTitle {
padding: 0 10px;
......
......@@ -583,6 +583,7 @@ export default {
this.$Message.error("数量为1,不能进行分解");
}
},
//获取可分解剩余条数
getAmount(val) {
this.amountNew = val
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment