...
|
...
|
@@ -168,6 +168,9 @@ export default { |
|
|
if (result.code === 200) {
|
|
|
this.loadingOk = false;
|
|
|
this.showModal = false;
|
|
|
this.$Message.success('尺码保存成功!');
|
|
|
} else {
|
|
|
this.$Message.error('尺码保存失败!');
|
|
|
}
|
|
|
});
|
|
|
},
|
...
|
...
|
@@ -189,21 +192,23 @@ export default { |
|
|
.ivu-spin {
|
|
|
margin-top: 50px;
|
|
|
}
|
|
|
|
|
|
.size-inpt {
|
|
|
width: 70px;
|
|
|
}
|
|
|
|
|
|
.table-header {
|
|
|
border-bottom: 1px solid #e3e8ee;
|
|
|
background-color: #f5f7f9;
|
|
|
|
|
|
td {
|
|
|
background-color: #f5f7f9;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
background-color: #f5f7f9;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.size-modal {
|
|
|
.ivu-modal {
|
|
|
width: 90%;
|
...
|
...
|
|