placeholder: ::-webkit-input-placeholder { color: rgba(153, 153, 153, 0.541);font-size:12px;}:-moz-placeholder {color: rgba(153, 153, 153, 0.541);font-size:12px;}::-moz-placeholder {color: rgba(153, 153, 153, 0.541);font-size:12px;}:-ms-input-placeholder {color: rgba(153, 153, 153, 0.541);font-size:12px;} scollbar:
::-webkit-scrollbar {width:6px; border-radius: 3px;background-color:#eff0f3; opacity: 0.1; z-index: 309;}::-webkit-scrollbar-thumb{ border-radius: 3px; background-color: #c19b74; opacity: 0.1; z-index: 309; }
ios日期兼容:
new Date(res.data[i].inventoryDate.replace(/-/g, "/"));
时间: 2024-10-12 12:41:54