|
|
|
@ -585,7 +585,7 @@ |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 页签 --> |
|
|
|
<el-tabs v-model="activeTable" style="width: 100%" :style="{height: secondHeight + 'px'}" type="border-card" @tab-click="tabClick" class="customer-tab"> |
|
|
|
<el-tabs v-model="activeTable" style="width: 100%" type="border-card" @tab-click="tabClick" class="customer-tab"> |
|
|
|
<!-- 物料属性页签 --> |
|
|
|
<el-tab-pane label="物料属性" name="part_item"> |
|
|
|
<el-form label-position="top" style="margin-top: 2px; margin-left: 2px;"> |
|
|
|
@ -5097,11 +5097,7 @@ |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
/deep/ .customer-tab .el-tabs__content { |
|
|
|
padding: 0px !important; |
|
|
|
height: 459px; |
|
|
|
} |
|
|
|
/deep/ .customer-tab .el-tabs__content { |
|
|
|
height: 294px; |
|
|
|
padding: 0 !important; |
|
|
|
} |
|
|
|
.numInput /deep/ .el-input__inner{ |
|
|
|
text-align: right; |
|
|
|
|