Browse Source

样式修复

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
518e209736
  1. 2
      src/views/basic/line/basicLine.vue
  2. 11
      src/views/basic/property/basicPropertyDetails.vue

2
src/views/basic/line/basicLine.vue

@ -285,7 +285,7 @@ export default {
:deep(.avue-form__group--flex) {
display: flex;
flex-direction: row;
justify-content: flex-start;
justify-content: space-between;
}
:deep(.avue-form__row){
max-width:324px;

11
src/views/basic/property/basicPropertyDetails.vue

@ -639,7 +639,7 @@ export default {
<style scoped lang='scss'>
:deep(.no-print ){
margin-left: auto !important;
// margin-left: auto !important;
}
:deep(.el-form-item__label){
width:auto !important;
@ -658,16 +658,17 @@ export default {
:deep(.avue-form__row:nth-child(7)){
margin-left:35px;
}
:deep(.avue-form__row:nth-child(8)){
margin-left:35px;
}
:deep(.avue-form__row){
margin-left:10px;
}
:deep(.avue-form__row:nth-child(4)) {
margin-left:0px;
}
:deep(.avue-form__row:first-child) {
margin-left:0px;
}
:deep(.avue-form__row:nth-child(6)){
:deep(.avue-form__row:nth-child(7)){
margin-left:0px;
}
:deep(.avue-form__group--flex){

Loading…
Cancel
Save