| | |
| | | console.log(dataFatherBox); |
| | | this.$nextTick(() => { |
| | | setTimeout(() => { |
| | | //字体 |
| | | const info = dataFatherBox.querySelectorAll('.item-info .info'); |
| | | console.log('info', info); |
| | | //边框 |
| | | const items = dataFatherBox.querySelectorAll('.item'); |
| | | // console.log('info', info); |
| | | info.forEach((info) => { |
| | | info.style.fontSize = '17px'; |
| | | info.style.fontSize = '16px'; |
| | | }); |
| | | items.forEach((item) => { |
| | | item.style.border = '1px solid rgb(200, 200, 200, 1)'; // 添加边框样式 |
| | | }); |
| | | this.loading=false; |
| | | }, 1000); // 延迟1秒查找info元素 |
| | |
| | | todoData: [], |
| | | // 代办流程任务option |
| | | todoOption: { |
| | | height:650, |
| | | height:500, |
| | | addBtn: false, |
| | | header: false, |
| | | align: 'center', |