| | |
| | | <el-button icon="el-icon-more" plain size="small" type="primary" @click="MoreHandler">更多</el-button> |
| | | </div> |
| | | <avue-data-box ref="dataBox" :animation="true" :option="option" ></avue-data-box> |
| | | <!-- <avue-data-panel :animation="true":option="option"></avue-data-panel>--> |
| | | <el-dialog :visible.sync="dialogTableVisible" append-to-body class="avue-dialog avue-dialog--top" title="主数据配置" |
| | | top="0"> |
| | | <avue-crud ref="crud" |
| | |
| | | info.style.fontSize = '16px'; |
| | | }); |
| | | items.forEach((item) => { |
| | | item.style.border = '1px solid rgb(200, 200, 200, 1)'; // 添加边框样式 |
| | | item.style.border = '1px solid rgb(200, 200, 200, 1)'; |
| | | }); |
| | | this.loading=false; |
| | | }, 1000); // 延迟1秒查找info元素 |
| | |
| | | |
| | | this.MasterGetList() |
| | | this.dialogTableVisible = false; |
| | | //字体重新加载变大 |
| | | //字体和边框重新加载 |
| | | this.loading=true; |
| | | this.FontInfo() |
| | | } |