摘要:
校验IP地址格式:IPv4、IPv6、IP/掩码和IP段 https://www.jianshu.com/p/95d51e51cc2e IPv4 格式验证 IPv4是32位地址,由四个十进制数(0-255)组成,以点分隔。以下是一个IPv4地址的示例:192.168.0.1。 要验证输入是否符合IP 阅读全文
摘要:
.card-img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); /* Firefox */ -o-transform: s 阅读全文
摘要:
-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none; 阅读全文
摘要:
漫画 搜漫 https://www.soman.com/ 漫画下载 https://5ikmh.ink/ 视频 茶壶杯 https://cupfox.app/ 飞极速 http://feijisu.com/ 游戏 3dm汉化 https://dl.3dmgame.com/patch/42427.ht 阅读全文
摘要:
// Requiring the lodash library const _ = require("lodash"); // Original array var object = [ { 'obj':'moto', 'price':19999 }, { 'obj':'oppo', 'price' 阅读全文
摘要:
/** 处理日期控件 **/ .ant-calendar-picker-container { .ant-calendar { border: 1px solid #2a64ff; } //背景 .ant-calendar-date-panel { position: relative; outli 阅读全文
摘要:
/** 全局加载spin样式 */ .my-spin-loading { &>div>.ant-spin { max-height: none; bottom: 0; .ant-spin-text { top: 40%; padding-top: 50px; font-size: 18px; col 阅读全文
摘要:
:root { // 主颜色 --select-bg-color: #18359f; // 选中的颜色 --select-selected-color: #3b58c2; // 悬浮的颜色 --select-hover-color: #3b58c2; // 点击的颜色 --select-active 阅读全文
摘要:
<span slot="remarkSlot" slot-scope="text"> <ellipsis :length="25" tooltip>{{ text }}</ellipsis> <a-tooltip> <template slot="title"> {{ text }} </templ 阅读全文
摘要:
npm install rimraf -g rimraf node_modules 阅读全文