摘要: .warningPopup .warningText { margin-bottom: 5%; color: #21fffa; } .warningPopup .closeBtn { position: absolute; width: 9%; height: 9%; right: 7px; top 阅读全文
posted @ 2022-02-14 17:17 算法阿杰 阅读(228) 评论(0) 推荐(0)
摘要: <RangePicker inputReadOnly={"true"} 阅读全文
posted @ 2022-02-14 17:16 算法阿杰 阅读(51) 评论(0) 推荐(0)
摘要: <div className={user.role + "" "7" ? "sectorConfig" : "sectorConfigCommon"}> 阅读全文
posted @ 2022-02-14 17:06 算法阿杰 阅读(123) 评论(0) 推荐(0)
摘要: <tr style={{display: flagNoData 0 ? "" : "none", height: "200px", color: "white", fontSize:'1.8rem', textAlign:'center'}}> <td colSpan={9}>未查到相关数据</td 阅读全文
posted @ 2022-02-14 17:04 算法阿杰 阅读(18) 评论(0) 推荐(0)
摘要: .charsOverflowStyle { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-left: 20px; } 阅读全文
posted @ 2022-02-14 17:01 算法阿杰 阅读(38) 评论(0) 推荐(0)
摘要: const confirmReadAll = () => { for (let i = 0; i <= list.length - 1; i++) { confirmReadOnes(list[i].alert_id); } } const confirmReadOnes = (alert_id) 阅读全文
posted @ 2022-02-14 16:59 算法阿杰 阅读(214) 评论(0) 推荐(0)
摘要: 1. sudo apt update 【如果执行中出现错误,注意查看是否多行命令写到一行中了】 sudo apt install software-properties-common apt-transport-https curl 2. curl -sSL https://packages.mic 阅读全文
posted @ 2022-02-14 16:11 算法阿杰 阅读(840) 评论(0) 推荐(0)