各种浏览器处理页面的不同结果 BUG 处理

1.去掉 chrome input黄色背景色:

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; }

2.*chrome默认最小字体为12px

3.React 不可编辑输入框样式:

.ant-input-disabled{background-color: unset!important; background: unset!important;}
.ant-select-disabled .ant-select-selection{background-color: unset!important; background: unset!important;}

 

你可能感兴趣的:(浏览器)