소스 검색

分配系统维护角色下拉框宽度修改

duy 2 년 전
부모
커밋
5b3d58b14f
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/formula/edit1.vue
  2. 0 1
      src/views/manager/projectinfo/independent.vue

+ 1 - 1
src/views/formula/edit1.vue

@@ -1839,7 +1839,7 @@ export default {
     //    display: inline-block;
     //}
     .el-select-dropdown__item span {
-        min-width: 300px;
+        // min-width: 300px;
         display: inline-block;
    }
 </style>

+ 0 - 1
src/views/manager/projectinfo/independent.vue

@@ -719,7 +719,6 @@ export default {
       this.getExcelHtml(pkeyId);
     },
     handleEditFormula(row) {
-      console.log(row,'公式');
       this.curEleTable = row;
         getTableElments(this.curEleTable.initTableId).then((res) => {
       // selectFormElements(this.curEleTable.id).then((res) => {