|
|
|
@ -2013,13 +2013,13 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.ResponsibilityBoxS { |
|
|
|
|
.el_packBtn { |
|
|
|
|
margin-top: 10px; |
|
|
|
|
} |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
.el_packBtn { |
|
|
|
|
margin-top: 10px; |
|
|
|
|
} |
|
|
|
|
.leftbox { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
@ -2031,11 +2031,9 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
align-items: center; |
|
|
|
|
width: 30%; |
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
|
|
:deep(.el-form-item) { |
|
|
|
|
margin: 0; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
.el-form-item__label { |
|
|
|
|
margin: 0; |
|
|
|
@ -2065,8 +2063,6 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
width: 100%; |
|
|
|
|
border-left: none; |
|
|
|
|
.el-tabs__header { |
|
|
|
|
} |
|
|
|
|
.el-tabs__content { |
|
|
|
|
padding-top: 0; |
|
|
|
|
} |
|
|
|
@ -2118,9 +2114,7 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
align-items: center; |
|
|
|
|
padding-left: 10px; |
|
|
|
|
} |
|
|
|
|
:deep(.el-card__body) { |
|
|
|
|
// margin-bottom: 50px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-upload-dragger) { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
@ -2255,11 +2249,7 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
margin-bottom: 0 !important; |
|
|
|
|
margin: 5px 0 !important; |
|
|
|
|
} |
|
|
|
|
:deep(.el_Exception) { |
|
|
|
|
.el-form-item__content { |
|
|
|
|
// width: 120px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label:before) { |
|
|
|
|
color: #ff0000; |
|
|
|
|
} |
|
|
|
@ -2273,7 +2263,5 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
.page_loading { |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
.el_btn_remove { |
|
|
|
|
// padding-top: 6px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
|