| | |
| | | </el-col> |
| | | <el-col :span="12" :offset="0" :push="0" :pull="0" tag="div"> |
| | | <el-form-item label="鐧借溅韬墿鏂欏彿:"> |
| | | <j-el-description :value="stockInfos.biwMaterialCode" type="primary" ellipsis></j-el-description> |
| | | <j-el-description :value="stockInfos.biwMaterialCode" type="primary" |
| | | ellipsis></j-el-description> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | |
| | | .content-wrapper { |
| | | padding: 24px; |
| | | height: calc(100vh - 72px); |
| | | height: calc(100vh - 32px); |
| | | overflow-y: auto; |
| | | background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%); |
| | | display: flex; |
| | |
| | | font-weight: 500; |
| | | } |
| | | </style> |
| | | |