under Website Notes of Programming
〇、需求描述单元格内 yyyy-MM-dd hh:mm:ss → yyyy/MM/dd一、正则匹配 yyyy-MM-dd hh:mm:ss 版原生JS方法格式,注意使用时转换为 VUE Method 写法原生JS方法格式,注意使用时转换为 VUE Method 写法//【方法】日期时间样式优化...
under Website Notes of Programming
1. 镜面水平翻转法 #tBox1 { display: flex; } .ta { width: 50%; padding-bottom: 56.25%; backgr...
under Website Notes of Programming
示例流光溢彩字 @supports (-webkit-transform: scale(0)) { .RainBowText { background-image: linear-gradient(to right, red, orange,...
under Website Notes of Programming
点击 Ant Design Vue 的 Radio 单选框时会出现如上类似于 outline 或 box-shadow 类的框框,但通过 CSS 进行屏蔽均无效。在自定义配色时这个框框的浅蓝色在自定义配色按钮外围常常显得不相匹配解决方法在 a-radio-button 里配置点击事件 @cl...
under Website Notes of Programming
/* ----【函数】更改伪类CSS样式---- */ function ChangePseudoClassStyle(PseudoClassCSSName, CSSText) { //伪类名 例"a:after", 新样式 var PseudoClassCSSID...