铭品ops迁移
This commit is contained in:
74
src/assets/style/materialBom/bom.scss
Normal file
74
src/assets/style/materialBom/bom.scss
Normal file
@@ -0,0 +1,74 @@
|
||||
.base-info-form-box,
|
||||
.pro-info-form-box,
|
||||
.size-info-form-box {
|
||||
.item-bt-s {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.org-info-form-box {
|
||||
.tell-info-button-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
box-sizing: border-box;
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.sale-details-base-info .tell-info-table {
|
||||
margin-top: 13px;
|
||||
}
|
||||
|
||||
:deep(.el-upload--picture-card) {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.sale-details-base-info {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.sale-details-base-info :deep(.el-form-item .el-form-item__label) {
|
||||
width: 120px!important;
|
||||
}
|
||||
|
||||
.sale-details-base-info .search-group-one :deep(.el-form-item__label) {
|
||||
width: 30px!important;
|
||||
}
|
||||
|
||||
.sale-details-base-info .search-group-invalid :deep(.el-form-item__label) {
|
||||
width: 115px!important;
|
||||
}
|
||||
|
||||
.sale-details-base-info .search-group-supplier :deep(.el-form-item__label) {
|
||||
width: 130px!important;
|
||||
}
|
||||
|
||||
.tableData{
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.sale-details-btn-group :deep(.page-top .s-p-t-g5 .el-button){
|
||||
padding: 7px 0 7px 0!important;
|
||||
}
|
||||
|
||||
.pro-info-form-box {
|
||||
:deep(.el-form-item__label) {
|
||||
width: 120px !important;
|
||||
}
|
||||
}
|
||||
.size-info-form-box {
|
||||
:deep(.el-form-item__label) {
|
||||
width: 120px !important;
|
||||
}
|
||||
}
|
||||
.other-info-form-box {
|
||||
:deep(.el-form-item__label) {
|
||||
width: 60px !important;
|
||||
}
|
||||
}
|
||||
.arrow_none {
|
||||
:deep(.el-icon-arrow-up:before) {
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user