码迷,mamicode.com
首页 > 其他好文 > 详细

IE9的兼容性

时间:2019-11-09 13:27:33      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:asc   箭头   ota   Edito   sele   下拉   isp   sort   ast   

 /* 解决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\0;
  }
  /* select框固定下拉箭头兼容ie9 */
  .el-select .el-input .el-input__suffix .el-icon-arrow-up{
    transform: rotate(180deg)\0;
  }
  /* 解决IE9排序按钮错乱问题 */
  .el-table .descending.sort-caret {
    bottom: -3px\0 !important;
  }
  .el-table .ascending.sort-caret {
    top: -3px\0 !important;
  }

 

 

 

IE9的兼容性

标签:asc   箭头   ota   Edito   sele   下拉   isp   sort   ast   

原文地址:https://www.cnblogs.com/javascript9527/p/11824954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!