/* 解决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;
}

最新文章

  1. iPhone应用开发 UITableView学习点滴详解
  2. linux最常用的20条命令
  3. Okhttp https
  4. PHP CURL 代理发送数据
  5. Python基础学习 -- 列表与元组
  6. VS2017 Cordova 出现错误 @ionic/app-scripts 未安装
  7. js中几种实用的跨域方法原理详解【转】
  8. gtest 安装与使用
  9. css3实现 依次出现三个点(一般用于提示加载中。。。 提交中。。。)
  10. git 第一次关联远程仓库
  11. GameTOOL
  12. WPF INotifyPropertyChanged
  13. 【转】Emgu CV on C# (五) —— Emgu CV on 局部自适应阈值二值化
  14. OD~~helloworld
  15. Prism 4 文档 ---第9章 松耦合组件之间通信
  16. pycharm 常用配置
  17. js 的常用选择器
  18. python字符串拼接相关
  19. 【Leetcode】Permutation Sequence
  20. Murano Weekly Meeting 2015.08.25

热门文章

  1. 为什么阿里巴巴要禁用Executors创建线程池?
  2. Fabric基础架构原理(一)
  3. Linux内核调试方法总结之栈帧
  4. qbzt day3 上午
  5. 词频分析 评论标签 nltp APP-分析买家评论的评分-高频词:二维关系
  6. oracle常用sql语句和函数
  7. Ubuntu中几个字符小玩意儿
  8. sublime 3 安装格式化JSON插件
  9. python抽象篇:面向对象基础
  10. 阶段1 语言基础+高级_1-3-Java语言高级_09-基础加强_第1节 基础加强_4_Junit_@Before&@After