IE9的兼容性

Posted javascript9527

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IE9的兼容性相关的知识,希望对你有一定的参考价值。

 /* 解决IE9表格错位 */
  .el-table--border th:last-of-type.gutter {
    display: table-cell !important;
    width: 50px !important;
  }
  /* 解决分页前往第几页数字不垂直居中 */
  .el-pagination__editor.el-input .el-input__inner {
    height: 28px;
    line-height: 28px;
  }
  /* 解决message提示框会出现样式错乱问题 */
  .el-message .el-message__content{
    display: inline-block;
  }
  /* select框固定下拉箭头兼容ie9 */
  .el-select .el-input .el-input__suffix .el-icon-arrow-up{
    transform: rotate(180deg);
  }
  /* 解决IE9排序按钮错乱问题 */
  .el-table .descending.sort-caret {
    bottom: -3px !important;
  }
  .el-table .ascending.sort-caret {
    top: -3px !important;
  }

 

 

 

以上是关于IE9的兼容性的主要内容,如果未能解决你的问题,请参考以下文章

Intranet 站点的 IE9 兼容模式具有错误的用户代理字符串

如何解决swiper3无法在ie9中运行的bug

兼容模式下ie9和ie10显示样式在不兼容模式下为啥不加载css样式?

一行代码解决各种IE兼容问题,IE6,IE7,IE8,IE9,IE10

一行代码解决各种IE兼容问题,IE6,IE7,IE8,IE9,IE10

IE9和IE9兼容性查看浏览器模式的区别