摘要: 原文链接:http://t.zoukankan.com/loveliang-p-13846653.html 1.1实现效果 1.2实现代码 option = { title: { text: '雷达图', textStyle: { color: 'rgba(221,221,221,1)', //标题 阅读全文
posted @ 2022-07-28 15:21 joyfulest 阅读(291) 评论(0) 推荐(0)
摘要: 问题:学院自动到第二行,不靠左开始放置 解决方法: 使用justify,在el-row上添加style=“flex-wrap: wrap; flex-direction: row” 就可以啦 <el-form :inline="true" label-width="100px" class="dem 阅读全文
posted @ 2022-07-28 10:49 joyfulest 阅读(8709) 评论(0) 推荐(0)
摘要: 问题: <el-col :span="6" class="colp"> <el-card shadow="hover" class="elcard1"> <a @click="doMethod('review')"> <img src="../../../assets/icons/shortcut1 阅读全文
posted @ 2022-07-28 10:39 joyfulest 阅读(1234) 评论(0) 推荐(0)