-
-
郑文华 小试身手Lv3
发表于2020-1-18 10:46
楼主
本帖最后由 郑文华 于 2020-1-18 10:49 编辑
1.修改和输入时得背景颜色复制代码
2.回填表上设置下拉框时得背景色复制代码
1.修改和输入时得背景颜色
- .selector-block{
- background:#007BBB!important;
- }
- .backfill-input{
- background:#007BBB!important;
- }
2.回填表上设置下拉框时得背景色
- .eui-anim-upbit{
- background:rgba(0,0,0,0)!important;
- }
- .eui-align-left{
- background:rgba(0,0,0,0)!important;
- }