UNPKG

zp-bee

Version:

zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

30 lines (24 loc) 452 B
.ant-input-affix-wrapper { font-size: 12px; padding: 3px 7px; border-radius: 2px; .label { white-space: nowrap; color: #75798e; } } // hover颜色修改 .ant-input-affix-wrapper:hover { border-color: #1755c0; } // focus颜色修改 .ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-focused { border-color: #1755c0; } .ant-input-affix-wrapper-disabled { background-color: #f3f2f7; } .ant-input { font-size: 12px; }